mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 15:25:11 +00:00
13 lines
235 B
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"
|
|
]
|
|
}
|
|
}
|
|
} |