User: alex@sartography.com deleted process model file manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/demand-request-items-schema.json
This commit is contained in:
parent
0702b5061d
commit
bee922bc5a
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"title": "Demand Request Items",
|
||||
"description": "Itemized list of all items included in this demand request.",
|
||||
"type": "object",
|
||||
"tasks": {
|
||||
"type": "array",
|
||||
"title": "Items",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"item",
|
||||
"qty",
|
||||
"unit-price"
|
||||
],
|
||||
"properties": {
|
||||
"item": {
|
||||
"type": "string",
|
||||
"title": "Item",
|
||||
"description": "Name of item to be purchased"
|
||||
},
|
||||
"qty": {
|
||||
"type": "number",
|
||||
"title": "Qty",
|
||||
"description": "Number of items"
|
||||
},
|
||||
"unit-price": {
|
||||
"type": "number",
|
||||
"title": "Unit Price"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue