Skip to content

Commit

Permalink
OpenAPI Update (#709)
Browse files Browse the repository at this point in the history
Update OpenAPI for 058226860f827fbd14dc292a956216d5b2279eed

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Mar 7, 2024
1 parent f8e31c8 commit 05a140f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion embedded/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

0 comments on commit 05a140f

Please sign in to comment.