{
"id": "string",
"mappingId": "string",
"questionId": "string",
"questionOptionType": "integer",
"sequenceNumber": "integer",
"texts": {
"<key>": "string"
},
"validation": {
"questionType": {
"<key>": {}
}
},
"value": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
id | string | Optional, read only. | |
mappingId | string | Optional, read only. | |
questionId | string | Optional, read only. | |
questionOptionType | integer | Optional | |
sequenceNumber | integer | Optional | |
texts | object | StringDictionary | Optional |
texts.<key> | map of string | Optional | |
validation | object |
A dictionary with question types as keys and corresponding rule dictionaries as values. |
Optional |
validation.questionType | object |
A dictionary with rule names as key and corresponding rule objects as values. |
Optional |
validation.questionType.<key> | map of object | Optional | |
value | string | Optional |