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",
|
"title": "Category",
|
||||||
"enum": [
|
"enum": [
|
||||||
"Software & Licences",
|
"Software & Licences",
|
||||||
"Equipment",
|
"Learning & Development",
|
||||||
"Consulting Fees",
|
"Equipment"
|
||||||
"Other Fees"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sub-category": {
|
"dependencies": {
|
||||||
"type": "string",
|
"category": {
|
||||||
"title": "Sub-Category",
|
"oneOf": [
|
||||||
"enum": [
|
{
|
||||||
"Licenses",
|
"properties": {
|
||||||
"Subscriptions",
|
"category": {
|
||||||
"Bounties",
|
"enum": [
|
||||||
"Coworking"
|
"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": {
|
"purpose": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue