20 lines
419 B
JSON
Raw Normal View History

{
"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"]
}