mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
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:
parent
a8c00a4877
commit
ef5de2bbfc
@ -0,0 +1,33 @@
|
||||
{
|
||||
"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…
x
Reference in New Issue
Block a user