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-17 19:16:49 +00:00
parent bdca239276
commit 338a9b560d

View File

@ -74,8 +74,8 @@
"Software & Licences"
]
},
"sub-category": {
"title": "Sub Category",
"sub_category": {
"title": "Sub-Category",
"type": "string",
"enum": [
"Licences",
@ -85,7 +85,7 @@
}
},
"required": [
"sub-category"
"sub_category"
]
},
{
@ -95,8 +95,8 @@
"Learning & Development"
]
},
"sub-category": {
"title": "Sub Category",
"sub_category": {
"title": "Sub-Category",
"type": "string",
"enum": [
"Books",
@ -106,7 +106,7 @@
}
},
"required": [
"sub-category"
"sub_category"
]
},
{
@ -116,8 +116,8 @@
"Equipment"
]
},
"sub-category": {
"title": "Sub Category",
"sub_category": {
"title": "Sub-Category",
"type": "string",
"enum": [
"Laptops",
@ -127,7 +127,7 @@
}
},
"required": [
"sub-category"
"sub_category"
]
}
]