86 lines
1.5 KiB
JSON

{
"title": "Receipt Stock Update (CRV)",
"type": "object",
"required": [
"drs_no",
"crv",
"inspection",
"commodity",
"cat_part_no",
"nomenclature",
"au",
"cond",
"item_tag_id",
"time",
"serial_no",
"qty",
"locator"
],
"properties": {
"drs_no": {
"type": "string",
"title": "DRS No."
},
"crv": {
"type": "string",
"title": "CRV"
},
"inspection": {
"type": "string",
"title": "Inspection",
"enum": [
"Not Done",
"Done"
]
},
"commodity": {
"type": "string",
"title": "Commodity",
"default": "Armament"
},
"cat_part_no": {
"type": "integer",
"title": "Cat Port No"
},
"nomenclature": {
"type": "string",
"title": "Nomenclature"
},
"au": {
"type": "string",
"title": "A/U",
"enum": [
"feet",
"kg"
]
},
"cond": {
"type": "string",
"title": "Cond",
"enum": [
"Serviceable",
"Unserviceable"
]
},
"item_tag_id": {
"type": "integer",
"title": "Item Tag ID"
},
"time": {
"type": "string",
"title": "Time"
},
"serial_no": {
"type": "integer",
"title": "Serial No."
},
"qty": {
"type": "integer",
"title": "Qty"
},
"locator": {
"type": "string",
"title": "Locator"
}
}
}