mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
43 lines
916 B
JSON
43 lines
916 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"po_details": {
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"core_contributor_legal",
|
||
|
"item"
|
||
|
],
|
||
|
"title": "Expense report - coworking",
|
||
|
"description": "Upload expense evidence for coworking expenses you want to get reimbursement for",
|
||
|
"properties": {
|
||
|
"core_contributor_legal": {
|
||
|
"type": "string",
|
||
|
"title": "Legal (entity) name"
|
||
|
},
|
||
|
"item": {
|
||
|
"type": "array",
|
||
|
"title": "Please specify the goods or services you need",
|
||
|
"minItems": 1,
|
||
|
"items": {
|
||
|
"type": "object",
|
||
|
"title": "Item information",
|
||
|
"required": [
|
||
|
"merchant",
|
||
|
"supporting_file"
|
||
|
],
|
||
|
"properties": {
|
||
|
"merchant":{
|
||
|
"type": "string",
|
||
|
"title": "Vendor"
|
||
|
},
|
||
|
"supporting_file": {
|
||
|
"type": "string",
|
||
|
"title": "Supporting file",
|
||
|
"format": "data-url"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|