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