OpenAPI Spec (preview)
components:
schemas:
Argument:
additionalProperties: false
properties:
choices:
description: A list of possible values for the input. If provided, the user must select one of these values.
items:
type: string
type:
- array
- "null"
default:
description: The default value for the input. This should be a valid value for the input. If you want to provide input examples or guidance, use the