28 lines
504 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": []
}