UserInputQuestion
No description is available.
Fields and variants
Section titled “Fields and variants”headeridoptionsquestionselection
Source
schema/msp/experimental/msp.schema.json#/types/UserInputQuestion
{ "properties": { "header": { "type": "string" }, "id": { "type": "string" }, "options": { "items": { "$ref": "#/$defs/UserInputOption" }, "type": "array" }, "question": { "type": "string" }, "selection": { "$ref": "#/$defs/UserInputSelection" } }, "required": [ "header", "id", "options", "question", "selection" ], "type": "object"}