Skip to content
Developer Preview

UserInputAnswer

No description is available.

  • freeText
  • note
  • questionId
  • selectedLabel
  • selectedLabels
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"
}