Skip to content

Commit

Permalink
Update OpenAPI for d31b9f75a0ca9b10c889a6ed375b5d8a56684afb
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 25, 2024
1 parent 61e033c commit 81c935e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -121304,6 +121304,10 @@
"explode": true,
"style": "deepObject"
},
"second_line": {
"explode": true,
"style": "deepObject"
},
"shipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -121376,6 +121380,21 @@
"type": "string",
"x-stripeBypassValidation": true
},
"second_line": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The second line to print on the card."
},
"shipping": {
"description": "The address where the card will be shipped.",
"properties": {
Expand Down
19 changes: 19 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -89391,6 +89391,10 @@
"explode": true,
"style": "deepObject"
},
"second_line": {
"explode": true,
"style": "deepObject"
},
"shipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -89462,6 +89466,21 @@
"type": "string",
"x-stripeBypassValidation": true
},
"second_line": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The second line to print on the card."
},
"shipping": {
"description": "The address where the card will be shipped.",
"properties": {
Expand Down

0 comments on commit 81c935e

Please sign in to comment.