diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index efffd5a..28bd96b 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 26b65b5..af79c2c 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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": [