Skip to content

Commit 76037d2

Browse files
OpenAPI Update (#728)
Update OpenAPI for d31b9f75a0ca9b10c889a6ed375b5d8a56684afb Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 61e033c commit 76037d2

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

+19
Original file line numberDiff line numberDiff line change
@@ -121304,6 +121304,10 @@
121304121304
"explode": true,
121305121305
"style": "deepObject"
121306121306
},
121307+
"second_line": {
121308+
"explode": true,
121309+
"style": "deepObject"
121310+
},
121307121311
"shipping": {
121308121312
"explode": true,
121309121313
"style": "deepObject"
@@ -121376,6 +121380,21 @@
121376121380
"type": "string",
121377121381
"x-stripeBypassValidation": true
121378121382
},
121383+
"second_line": {
121384+
"anyOf": [
121385+
{
121386+
"maxLength": 5000,
121387+
"type": "string"
121388+
},
121389+
{
121390+
"enum": [
121391+
""
121392+
],
121393+
"type": "string"
121394+
}
121395+
],
121396+
"description": "The second line to print on the card."
121397+
},
121379121398
"shipping": {
121380121399
"description": "The address where the card will be shipped.",
121381121400
"properties": {

embedded/openapi/spec3.json

+19
Original file line numberDiff line numberDiff line change
@@ -89391,6 +89391,10 @@
8939189391
"explode": true,
8939289392
"style": "deepObject"
8939389393
},
89394+
"second_line": {
89395+
"explode": true,
89396+
"style": "deepObject"
89397+
},
8939489398
"shipping": {
8939589399
"explode": true,
8939689400
"style": "deepObject"
@@ -89462,6 +89466,21 @@
8946289466
"type": "string",
8946389467
"x-stripeBypassValidation": true
8946489468
},
89469+
"second_line": {
89470+
"anyOf": [
89471+
{
89472+
"maxLength": 5000,
89473+
"type": "string"
89474+
},
89475+
{
89476+
"enum": [
89477+
""
89478+
],
89479+
"type": "string"
89480+
}
89481+
],
89482+
"description": "The second line to print on the card."
89483+
},
8946589484
"shipping": {
8946689485
"description": "The address where the card will be shipped.",
8946789486
"properties": {

0 commit comments

Comments
 (0)