From 4977824037d46c2d7ba012cbcb67b8fb42a3e043 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:27:13 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 2 +- openapi/spec3.beta.sdk.yaml | 4 +++- openapi/spec3.json | 2 +- openapi/spec3.sdk.json | 2 +- openapi/spec3.sdk.yaml | 4 +++- openapi/spec3.yaml | 4 +++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index a9fc5040..dc689ce6 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -18008,7 +18008,7 @@ "type": "string" }, "id_number": { - "description": "ID number.", + "description": "ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.", "maxLength": 5000, "nullable": true, "type": "string" diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 14791d64..2ecf3adc 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -16460,7 +16460,9 @@ components: nullable: true type: string id_number: - description: ID number. + description: >- + ID number. When `id_number_type` is `us_ssn`, only the last 4 digits + are present. maxLength: 5000 nullable: true type: string diff --git a/openapi/spec3.json b/openapi/spec3.json index 902a900c..aa7e654e 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -11816,7 +11816,7 @@ "type": "string" }, "id_number": { - "description": "ID number.", + "description": "ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.", "maxLength": 5000, "nullable": true, "type": "string" diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index a8622b09..d71b5d5a 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -15379,7 +15379,7 @@ "type": "string" }, "id_number": { - "description": "ID number.", + "description": "ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.", "maxLength": 5000, "nullable": true, "type": "string" diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index d7a18418..5aa2999b 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -14170,7 +14170,9 @@ components: nullable: true type: string id_number: - description: ID number. + description: >- + ID number. When `id_number_type` is `us_ssn`, only the last 4 digits + are present. maxLength: 5000 nullable: true type: string diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 2a65ccf4..23797c47 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -11392,7 +11392,9 @@ components: nullable: true type: string id_number: - description: ID number. + description: >- + ID number. When `id_number_type` is `us_ssn`, only the last 4 digits + are present. maxLength: 5000 nullable: true type: string