demo-process-models/playground/nutech/issue2/manualchecking-schema.json

13 lines
240 B
JSON
Raw Normal View History

{
"title": "Dropdown list",
"type": "object",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
}
}
}