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,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",