Skip to content

Commit 0f90302

Browse files
OpenAPI Update (#682)
Update OpenAPI for 3ed17855e9c29016fc5e9a70ae4b74daf6036917 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e43c40d commit 0f90302

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
"express",
155155
"standard"
156156
],
157-
"type": "string"
157+
"type": "string",
158+
"x-stripeBypassValidation": true
158159
}
159160
},
160161
"required": [

embedded/openapi/spec3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
"express",
164164
"standard"
165165
],
166-
"type": "string"
166+
"type": "string",
167+
"x-stripeBypassValidation": true
167168
}
168169
},
169170
"required": [

0 commit comments

Comments
 (0)