mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
13 lines
248 B
JSON
13 lines
248 B
JSON
|
{
|
||
|
"title": "Department list",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"my_department": {
|
||
|
"title": "Select your department",
|
||
|
"type": "string",
|
||
|
"anyOf": [
|
||
|
"options_from_task_data_var:departmentlist"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|