mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"title": "Select Category",
|
|
"description": "Select Demand Request Category",
|
|
"properties": {
|
|
"which_category": {
|
|
"type": "string",
|
|
"title": "Which Category",
|
|
"enum": [
|
|
"Compensation",
|
|
" Procurement",
|
|
" Travel"
|
|
]
|
|
}
|
|
},
|
|
"required": [which_category]
|
|
} |