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 Mar 7, 2024
1 parent d71b964 commit 0582268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62958,9 +62958,11 @@
"$ref": "#/components/schemas/terminal_reader_reader_resource_custom_text"
}
],
"description": "Default text of input being collected.",
"nullable": true
},
"required": {
"description": "Indicate that this input is required, disabling the skip button.",
"nullable": true,
"type": "boolean"
},
Expand All @@ -62971,10 +62973,11 @@
"$ref": "#/components/schemas/terminal_reader_reader_resource_signature"
},
"skipped": {
"description": "Indicate that this input was skipped by the user.",
"type": "boolean"
},
"type": {
"description": "Which supported input type will be collected.",
"description": "Type of input being collected.",
"enum": [
"email",
"numeric",
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56917,18 +56917,21 @@ components:
custom_text:
anyOf:
- $ref: '#/components/schemas/terminal_reader_reader_resource_custom_text'
description: Default text of input being collected.
nullable: true
required:
description: 'Indicate that this input is required, disabling the skip button.'
nullable: true
type: boolean
selection:
$ref: '#/components/schemas/terminal_reader_reader_resource_selection'
signature:
$ref: '#/components/schemas/terminal_reader_reader_resource_signature'
skipped:
description: Indicate that this input was skipped by the user.
type: boolean
type:
description: Which supported input type will be collected.
description: Type of input being collected.
enum:
- email
- numeric
Expand Down

0 comments on commit 0582268

Please sign in to comment.