mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: alex clicked save for manage-procurement/procurement/requisition-order-management/raise-new-demand-request/select-category-schema.json
This commit is contained in:
parent
556ee79dfe
commit
8f3cc146b7
@ -1,15 +1,19 @@
|
||||
{
|
||||
"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": {
|
||||
"type": "string",
|
||||
"title": "Which Category",
|
||||
"enum": [
|
||||
"Compensation",
|
||||
"Procurement",
|
||||
"Travel"
|
||||
]
|
||||
"$ref": "#/definitions/categoryEnum",
|
||||
"title": "Which Category"
|
||||
}
|
||||
},
|
||||
"required": ["which_category"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user