2022-12-20 22:34:20 +00:00
|
|
|
{
|
2022-12-21 02:32:14 +00:00
|
|
|
"definitions": {
|
|
|
|
"categoryEnum": {
|
|
|
|
"title": "Which Category",
|
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
2022-12-21 02:35:17 +00:00
|
|
|
"options_from_task_data_var:which_categories_list"
|
2022-12-21 02:32:14 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2022-12-20 22:34:20 +00:00
|
|
|
"title": "Select Category",
|
|
|
|
"description": "Select Demand Request Category",
|
2022-12-20 22:47:23 +00:00
|
|
|
"properties": {
|
2022-12-21 01:11:20 +00:00
|
|
|
"which_category": {
|
2022-12-21 02:32:14 +00:00
|
|
|
"$ref": "#/definitions/categoryEnum",
|
|
|
|
"title": "Which Category"
|
2022-12-20 22:47:23 +00:00
|
|
|
}
|
|
|
|
},
|
2022-12-21 01:24:18 +00:00
|
|
|
"required": ["which_category"]
|
2022-12-20 22:34:20 +00:00
|
|
|
}
|