{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputCommand", "title": "InputCommand", "type": "string", "enum": [ "DecimalString", "DigitString", "GetAnyKey", "GetConfirmation", "GetFunctionKey", "GetMenuEntry", "Password", "SiteManager", "TextString" ] }