You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Specifies the date formatting rules used in Asia for a text field input by the signer. \nIf set, this validation is mandatory. \nThe date format follows `YYYY/MM/DD` pattern.",
36571
+
"type": "object",
36572
+
"properties": {
36573
+
"validation_type": {
36574
+
"description": "Validates that the text input uses the Asian date format `YYYY/MM/DD`.",
36575
+
"type": "string",
36576
+
"example": "date_asia",
36577
+
"enum": [
36578
+
"date_asia"
36579
+
]
36580
+
}
36581
+
},
36582
+
"title": "Sign Request Signer Input Date Asia Validation"
36583
+
},
36584
+
"SignRequestSignerInputDateEUValidation": {
36585
+
"description": "Specifies the date formatting rules used in Europe for a text field input by the signer. \nIf set, this validation is mandatory. \nThe date format follows `DD/MM/YYYY` pattern.",
36586
+
"type": "object",
36587
+
"properties": {
36588
+
"validation_type": {
36589
+
"description": "Validates that the text input uses the European date format `DD/MM/YYYY`.",
36590
+
"type": "string",
36591
+
"example": "date_eu",
36592
+
"enum": [
36593
+
"date_eu"
36594
+
]
36595
+
}
36596
+
},
36597
+
"title": "Sign Request Signer Input Date EU Validation"
36598
+
},
36599
+
"SignRequestSignerInputDateISOValidation": {
36600
+
"description": "Specifies the ISO date formatting rules for a text field input by the signer. \nIf set, this validation is mandatory. \nThe date format follows `YYYY-MM-DD` pattern.",
36601
+
"type": "object",
36602
+
"properties": {
36603
+
"validation_type": {
36604
+
"description": "Validates that the text input uses the ISO date format `YYYY-MM-DD`.",
36605
+
"type": "string",
36606
+
"example": "date_iso",
36607
+
"enum": [
36608
+
"date_iso"
36609
+
]
36610
+
}
36611
+
},
36612
+
"title": "Sign Request Signer Input Date ISO Validation"
36613
+
},
36614
+
"SignRequestSignerInputDateUSValidation": {
36615
+
"description": "Specifies the US date formatting rules for a text field input by the signer. \nIf set, this validation is mandatory. \nThe date format follows `MM/DD/YYYY` pattern.",
36616
+
"type": "object",
36617
+
"properties": {
36618
+
"validation_type": {
36619
+
"description": "Validates that the text input uses the US date format `MM/DD/YYYY`.",
36620
+
"type": "string",
36621
+
"example": "date_us",
36622
+
"enum": [
36623
+
"date_us"
36624
+
]
36625
+
}
36626
+
},
36627
+
"title": "Sign Request Signer Input Date US Validation"
36628
+
},
36629
+
"SignRequestSignerInputEmailValidation": {
36630
+
"description": "Specifies the formatting rules that signers must follow for text field inputs.\nIf set, this validation is mandatory.",
36631
+
"type": "object",
36632
+
"properties": {
36633
+
"validation_type": {
36634
+
"description": "Validates that the text input is an email address.",
"description": "Specifies the formatting rules that signers must follow for text field inputs.\nIf set, this validation is mandatory. \nThe format can be selected from a predefined list of options (e.g., email, phone number, date) or\ndefined using a custom regular expression.",
0 commit comments