User: alex@sartography.com added process model file manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/demand-request-items-schema.json

This commit is contained in:
sartography-automated-committer 2023-01-12 22:08:09 +00:00
parent f0636ae5e9
commit 8ffe3af3b7
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"title": "Demand Request Items",
"description": "Itemized list of all items included in this demand request.",
"properties": {
"item": {
"type": "string",
"title": "Item",
"maxLength": 50
},
"qty": {
"type": "number",
"title": "Qty"
},
"unit-price": {
"type": "number",
"title": "Unit price"
}
},
"required": ["item","qty","unit-price"]
}