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 Jun 11, 2024
1 parent 4818a31 commit 0b119e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -17547,7 +17547,8 @@
"inferred_balances",
"transactions"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"nullable": true,
"type": "array"
Expand Down Expand Up @@ -101619,7 +101620,8 @@
"inferred_balances",
"transactions"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
}
Expand Down Expand Up @@ -101704,7 +101706,8 @@
"inferred_balances",
"transactions"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
}
Expand Down
3 changes: 3 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16272,6 +16272,7 @@ components:
- inferred_balances
- transactions
type: string
x-stripeBypassValidation: true
nullable: true
type: array
supported_payment_method_types:
Expand Down Expand Up @@ -92359,6 +92360,7 @@ paths:
- inferred_balances
- transactions
type: string
x-stripeBypassValidation: true
type: array
required:
- features
Expand Down Expand Up @@ -92419,6 +92421,7 @@ paths:
- inferred_balances
- transactions
type: string
x-stripeBypassValidation: true
type: array
required:
- features
Expand Down

0 comments on commit 0b119e3

Please sign in to comment.