Skip to content

Commit f08cd2f

Browse files
Update OpenAPI specification
1 parent 6736cfd commit f08cd2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15144,7 +15144,8 @@
1514415144
"enum": [
1514515145
"visa_compelling_evidence_3"
1514615146
],
15147-
"type": "string"
15147+
"type": "string",
15148+
"x-stripeBypassValidation": true
1514815149
},
1514915150
"type": "array"
1515015151
},

openapi/spec3.beta.sdk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14023,6 +14023,7 @@ components:
1402314023
enum:
1402414024
- visa_compelling_evidence_3
1402514025
type: string
14026+
x-stripeBypassValidation: true
1402614027
type: array
1402714028
evidence:
1402814029
$ref: '#/components/schemas/dispute_evidence'

0 commit comments

Comments
 (0)