13 lines
248 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"title": "Department list",
"type": "object",
"properties": {
"my_department": {
"title": "Select your department",
"type": "string",
"anyOf": [
"options_from_task_data_var:departmentlist"
]
}
}
}