mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"definitions": {
|
|
"categoryEnum": {
|
|
"title": "Which Category",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:which_categories_list"
|
|
]
|
|
}
|
|
},
|
|
"title": "Select Category",
|
|
"description": "Select Demand Request Category",
|
|
"properties": {
|
|
"which_category": {
|
|
"$ref": "#/definitions/categoryEnum",
|
|
"title": "Which Category"
|
|
}
|
|
},
|
|
"required": ["which_category"]
|
|
} |