Skip to content

Commit

Permalink
OpenAPI Update (#748)
Browse files Browse the repository at this point in the history
Update OpenAPI for c0a4fa02f9c108597eaefe7cb9220132a20c4e9b

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 15, 2024
1 parent 9f6ab2c commit 030172a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
12 changes: 3 additions & 9 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -15467,24 +15467,18 @@
"description": "",
"properties": {
"card": {
"anyOf": [
{
"$ref": "#/components/schemas/dispute_payment_method_details_card"
}
],
"description": "Card specific dispute details.",
"nullable": true
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
"type": {
"description": "Payment method type.",
"enum": [
"card"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
"card",
"type"
],
"title": "DisputePaymentMethodDetails",
Expand Down
11 changes: 3 additions & 8 deletions embedded/openapi/spec3.json
Expand Up @@ -11019,20 +11019,15 @@
"description": "",
"properties": {
"card": {
"anyOf": [
{
"$ref": "#/components/schemas/dispute_payment_method_details_card"
}
],
"description": "Card specific dispute details.",
"nullable": true
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
"type": {
"description": "Payment method type.",
"enum": [
"card"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down

0 comments on commit 030172a

Please sign in to comment.