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

13 lines
235 B
JSON

{
"title": "Dropdown list",
"type": "object",
"properties": {
"documents_collected": {
"title": "Forms Collected",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
}
}
}