mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +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"
|
|
]
|
|
}
|
|
}
|
|
} |