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 Mar 25, 2024
1 parent 8fe7cae commit d31b9f7
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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
11 changes: 11 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111143,6 +111143,9 @@ paths:
pin:
explode: true
style: deepObject
second_line:
explode: true
style: deepObject
shipping:
explode: true
style: deepObject
Expand Down Expand Up @@ -111212,6 +111215,14 @@ paths:
- stolen
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 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
19 changes: 19 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -94689,6 +94689,10 @@
"explode": true,
"style": "deepObject"
},
"second_line": {
"explode": true,
"style": "deepObject"
},
"shipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -94761,6 +94765,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
11 changes: 11 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86641,6 +86641,9 @@ paths:
pin:
explode: true
style: deepObject
second_line:
explode: true
style: deepObject
shipping:
explode: true
style: deepObject
Expand Down Expand Up @@ -86710,6 +86713,14 @@ paths:
- stolen
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
11 changes: 11 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78069,6 +78069,9 @@ paths:
pin:
explode: true
style: deepObject
second_line:
explode: true
style: deepObject
shipping:
explode: true
style: deepObject
Expand Down Expand Up @@ -78135,6 +78138,14 @@ paths:
- stolen
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 d31b9f7

Please sign in to comment.