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 Jul 6, 2023
1 parent 333c76d commit 583d358
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20481,7 +20481,8 @@
"shipped"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"tracking_number": {
"description": "A tracking number for a card shipment.",
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18926,6 +18926,7 @@ components:
- shipped
nullable: true
type: string
x-stripeBypassValidation: true
tracking_number:
description: A tracking number for a card shipment.
maxLength: 5000
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14956,7 +14956,8 @@
"shipped"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"tracking_number": {
"description": "A tracking number for a card shipment.",
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -18347,7 +18347,8 @@
"shipped"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"tracking_number": {
"description": "A tracking number for a card shipment.",
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16999,6 +16999,7 @@ components:
- shipped
nullable: true
type: string
x-stripeBypassValidation: true
tracking_number:
description: A tracking number for a card shipment.
maxLength: 5000
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14330,6 +14330,7 @@ components:
- shipped
nullable: true
type: string
x-stripeBypassValidation: true
tracking_number:
description: A tracking number for a card shipment.
maxLength: 5000
Expand Down

0 comments on commit 583d358

Please sign in to comment.