User: alex@sartography.com clicked save for manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/submit-procurement-schema.json
This commit is contained in:
parent
372efa7231
commit
853860f2bb
|
@ -20,20 +20,77 @@
|
|||
"title": "Category",
|
||||
"enum": [
|
||||
"Software & Licences",
|
||||
"Equipment",
|
||||
"Consulting Fees",
|
||||
"Other Fees"
|
||||
"Learning & Development",
|
||||
"Equipment"
|
||||
]
|
||||
},
|
||||
"sub-category": {
|
||||
"type": "string",
|
||||
"title": "Sub-Category",
|
||||
"enum": [
|
||||
"Licenses",
|
||||
"Subscriptions",
|
||||
"Bounties",
|
||||
"Coworking"
|
||||
]
|
||||
"dependencies": {
|
||||
"category": {
|
||||
"oneOf": [
|
||||
{
|
||||
"properties": {
|
||||
"category": {
|
||||
"enum": [
|
||||
"Software & Licences"
|
||||
]
|
||||
},
|
||||
"sub-category": {
|
||||
"title": "Sub Category",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Licences",
|
||||
"Subscriptions",
|
||||
"Open Source"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sub-category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"category": {
|
||||
"enum": [
|
||||
"Learning & Development"
|
||||
]
|
||||
},
|
||||
"sub-category": {
|
||||
"title": "Sub Category",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Books",
|
||||
"Courses",
|
||||
"Online Conferences "
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sub-category"
|
||||
]
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"category": {
|
||||
"enum": [
|
||||
"Equipment"
|
||||
]
|
||||
},
|
||||
"sub-category": {
|
||||
"title": "Sub Category",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Laptops",
|
||||
"Ledgers",
|
||||
"Headset"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sub-category"
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
"purpose": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue