Skip to content

Commit 05a140f

Browse files
OpenAPI Update (#709)
Update OpenAPI for 058226860f827fbd14dc292a956216d5b2279eed Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent f8e31c8 commit 05a140f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62958,9 +62958,11 @@
6295862958
"$ref": "#/components/schemas/terminal_reader_reader_resource_custom_text"
6295962959
}
6296062960
],
62961+
"description": "Default text of input being collected.",
6296162962
"nullable": true
6296262963
},
6296362964
"required": {
62965+
"description": "Indicate that this input is required, disabling the skip button.",
6296462966
"nullable": true,
6296562967
"type": "boolean"
6296662968
},
@@ -62971,10 +62973,11 @@
6297162973
"$ref": "#/components/schemas/terminal_reader_reader_resource_signature"
6297262974
},
6297362975
"skipped": {
62976+
"description": "Indicate that this input was skipped by the user.",
6297462977
"type": "boolean"
6297562978
},
6297662979
"type": {
62977-
"description": "Which supported input type will be collected.",
62980+
"description": "Type of input being collected.",
6297862981
"enum": [
6297962982
"email",
6298062983
"numeric",

0 commit comments

Comments
 (0)