UserInputAnswer
No description is available.
Fields and variants
Section titled “Fields and variants”freeTextnotequestionIdselectedLabelselectedLabels
Source
schema/msp/experimental/msp.schema.json#/types/UserInputAnswer
{ "properties": { "freeText": { "type": "string" }, "note": { "type": "string" }, "questionId": { "type": "string" }, "selectedLabel": { "type": "string" }, "selectedLabels": { "items": { "type": "string" }, "type": "array" } }, "required": [ "questionId" ], "type": "object"}