From 7ff09938d043b12f84a01286bbf50eba45d5779c Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 3 Sep 2026 05:07:31 -0700 Subject: [PATCH] feat: add Japanese ZIP code validation to sign request --- openapi.json | 23 ++++++++++++++++++++++- openapi/openapi-v2025.0.json | 2 +- openapi/openapi-v2026.0.json | 2 +- openapi/openapi.json | 23 ++++++++++++++++++++++- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 9bd3445e..9144577b 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "d788b2a817" + "x-box-commit-hash": "ff65195072" }, "servers": [ { @@ -39208,6 +39208,9 @@ { "$ref": "#/components/schemas/SignRequestSignerInputZIP4Validation" }, + { + "$ref": "#/components/schemas/SignRequestSignerInputZIPJPValidation" + }, { "$ref": "#/components/schemas/SignRequestSignerInputSSNValidation" }, @@ -39250,6 +39253,24 @@ ], "title": "Sign Request Signer Input ZIP 4 Validation" }, + "SignRequestSignerInputZIPJPValidation": { + "description": "Specifies the validation rules for a text field input by the signer.\nIf set, this validation is mandatory.", + "type": "object", + "properties": { + "validation_type": { + "description": "Validates that the text input is a Japanese ZIP code.", + "type": "string", + "example": "zip_jp", + "enum": [ + "zip_jp" + ] + } + }, + "required": [ + "validation_type" + ], + "title": "Sign Request Signer Input ZIP JP Validation" + }, "SignRequestSignerInputZIPValidation": { "description": "Specifies the validation rules for a text field input by the signer.\nIf set, this validation is mandatory.", "type": "object", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 66507625..6052fde0 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "d788b2a817" + "x-box-commit-hash": "ff65195072" }, "servers": [ { diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 6b26bcc4..c099d9fe 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2026.0", - "x-box-commit-hash": "d788b2a817" + "x-box-commit-hash": "ff65195072" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 9bd3445e..9144577b 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "d788b2a817" + "x-box-commit-hash": "ff65195072" }, "servers": [ { @@ -39208,6 +39208,9 @@ { "$ref": "#/components/schemas/SignRequestSignerInputZIP4Validation" }, + { + "$ref": "#/components/schemas/SignRequestSignerInputZIPJPValidation" + }, { "$ref": "#/components/schemas/SignRequestSignerInputSSNValidation" }, @@ -39250,6 +39253,24 @@ ], "title": "Sign Request Signer Input ZIP 4 Validation" }, + "SignRequestSignerInputZIPJPValidation": { + "description": "Specifies the validation rules for a text field input by the signer.\nIf set, this validation is mandatory.", + "type": "object", + "properties": { + "validation_type": { + "description": "Validates that the text input is a Japanese ZIP code.", + "type": "string", + "example": "zip_jp", + "enum": [ + "zip_jp" + ] + } + }, + "required": [ + "validation_type" + ], + "title": "Sign Request Signer Input ZIP JP Validation" + }, "SignRequestSignerInputZIPValidation": { "description": "Specifies the validation rules for a text field input by the signer.\nIf set, this validation is mandatory.", "type": "object",