Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 25, 2024
1 parent 621b3a0 commit f42536c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -41573,7 +41573,8 @@
"financial_account",
"us_bank_account"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"us_bank_account": {
"$ref": "#/components/schemas/outbound_payments_payment_method_details_us_bank_account"
Expand Down Expand Up @@ -246886,7 +246887,8 @@
"financial_account",
"us_bank_account"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"us_bank_account": {
"description": "Required hash if type is set to `us_bank_account`.",
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37540,6 +37540,7 @@ components:
- financial_account
- us_bank_account
type: string
x-stripeBypassValidation: true
us_bank_account:
$ref: >-
#/components/schemas/outbound_payments_payment_method_details_us_bank_account
Expand Down Expand Up @@ -231233,6 +231234,7 @@ paths:
- financial_account
- us_bank_account
type: string
x-stripeBypassValidation: true
us_bank_account:
description: Required hash if type is set to `us_bank_account`.
properties:
Expand Down

0 comments on commit f42536c

Please sign in to comment.