Update access_code type to string in opensign.yaml

Changed access_code type and format from number to string in multiple sections.
This commit is contained in:
Raktima
2026-06-26 18:02:41 +05:30
committed by GitHub
parent b70d1920a2
commit 207d80b40b
+4 -4
View File
@@ -7162,8 +7162,8 @@ components:
- approver
example: signer
access_code:
type: number
format: number
type: string
format: string
description: "Optional numeric access code required for the signer to access and sign the document."
example: 123456
widgets:
@@ -7244,8 +7244,8 @@ components:
- approver
example: signer
access_code:
type: number
format: number
type: string
format: string
description: "Optional numeric access code required for the signer to access and sign the document."
example: 123456
widgets: