mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
{
|
|
"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",
|
|
"Equipment",
|
|
"Consulting Fees",
|
|
"Other Fees"
|
|
]
|
|
},
|
|
"sub-category": {
|
|
"type": "string",
|
|
"title": "Sub-Category",
|
|
"enum": [
|
|
"Licenses",
|
|
"Subscriptions",
|
|
"Bounties",
|
|
"Coworking"
|
|
]
|
|
},
|
|
"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": []
|
|
} |