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",