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:
sartography-automated-committer 2023-01-10 21:29:37 +00:00
parent 372efa7231
commit 853860f2bb
1 changed files with 69 additions and 12 deletions

View File

@ -20,19 +20,76 @@
"title": "Category", "title": "Category",
"enum": [ "enum": [
"Software & Licences", "Software & Licences",
"Equipment", "Learning & Development",
"Consulting Fees", "Equipment"
"Other Fees" ]
},
"dependencies": {
"category": {
"oneOf": [
{
"properties": {
"category": {
"enum": [
"Software & Licences"
] ]
}, },
"sub-category": { "sub-category": {
"title": "Sub Category",
"type": "string", "type": "string",
"title": "Sub-Category",
"enum": [ "enum": [
"Licenses", "Licences",
"Subscriptions", "Subscriptions",
"Bounties", "Open Source"
"Coworking" ]
}
},
"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": {