From 05a140fc7707f9304c479e6396b20ace4aafec4b Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:08:59 +0000 Subject: [PATCH] OpenAPI Update (#709) Update OpenAPI for 058226860f827fbd14dc292a956216d5b2279eed Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index d0001360..14c1a386 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" }, @@ -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",