This commit is contained in:
mike cullerton 2023-01-10 16:39:56 -05:00
commit 258056b962

View File

@ -1,136 +1,136 @@
{
"title": "Submit New Demand Request-Procurement",
"description": "Submit a new demand request for the procurement of needed items. Does not include Travel or Compensation.",
"properties": {
"requestor": {
"type": "string",
"title": "Requestor"
},
"project": {
"type": "string",
"title": "Project",
"enum": [
"Project 1",
"Project 2",
"Project 3"
]
},
"category": {
"type": "string",
"title": "Category",
"enum": [
"Software & Licences",
"Learning & Development",
"Equipment"
]
},
"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",
"title": "Purpose"
},
"criticality": {
"type": "string",
"title": " Criticality",
"enum": [
"High",
"Medium",
"Low"
]
},
"vendor": {
"type": "string",
"title": "Vendor"
},
"period": {
"type": "string",
"title": "Period"
},
"payment-method": {
"type": "string",
"title": "Payment method",
"enum": [
"Bank transfer",
"Debit Card",
"Crypto transfer"
]
},
"currency": {
"type": "string",
"title": "Currency",
"enum": [
"USD",
"Euro",
"AUD"
]
}
},
"required": []
"title": "Submit New Demand Request-Procurement",
"description": "Submit a new demand request for the procurement of needed items. Does not include Travel or Compensation.",
"properties": {
"requestor": {
"type": "string",
"title": "Requestor"
},
"project": {
"type": "string",
"title": "Project",
"enum": [
"Project 1",
"Project 2",
"Project 3"
]
},
"category": {
"type": "string",
"title": "Category",
"enum": [
"Software & Licences",
"Learning & Development",
"Equipment"
]
},
"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",
"title": "Purpose"
},
"criticality": {
"type": "string",
"title": " Criticality",
"enum": [
"High",
"Medium",
"Low"
]
},
"vendor": {
"type": "string",
"title": "Vendor"
},
"period": {
"type": "string",
"title": "Period"
},
"payment-method": {
"type": "string",
"title": "Payment method",
"enum": [
"Bank transfer",
"Debit Card",
"Crypto transfer"
]
},
"currency": {
"type": "string",
"title": "Currency",
"enum": [
"USD",
"Euro",
"AUD"
]
}
},
"required": []
}