Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 5, 2024
1 parent 74d5ab3 commit 4977824
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4977824

Please sign in to comment.