mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"title": "Demand Request Items",
|
|
"description": "Itemized list of all items included in this demand request.",
|
|
"properties": {
|
|
"item": {
|
|
"type": "string",
|
|
"title": "Item"
|
|
},
|
|
"qty": {
|
|
"type": "string",
|
|
"title": "Qty"
|
|
},
|
|
"unit-price": {
|
|
"type": "number",
|
|
"title": "Unit price"
|
|
},
|
|
"curr": {
|
|
"type": "string",
|
|
"title": "Curr",
|
|
"enum": [
|
|
"USD",
|
|
"Euro",
|
|
"AUD"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
} |