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 Jul 18, 2023
1 parent c63b37c commit 49eb7e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -54236,8 +54236,12 @@
"type": {
"description": "Which supported input type will be collected.",
"enum": [
"email",
"numeric",
"phone",
"selection",
"signature"
"signature",
"text"
],
"type": "string"
}
Expand Down Expand Up @@ -152223,7 +152227,8 @@
"selection",
"signature"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49136,8 +49136,12 @@ components:
type:
description: Which supported input type will be collected.
enum:
- email
- numeric
- phone
- selection
- signature
- text
type: string
required:
- custom_text
Expand Down Expand Up @@ -143552,6 +143556,7 @@ paths:
- selection
- signature
type: string
x-stripeBypassValidation: true
required:
- custom_text
- type
Expand Down

0 comments on commit 49eb7e5

Please sign in to comment.