{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RequisitionLine", "type": "object", "properties": { "requisitionLineId": { "type": "integer" }, "lineNum": { "type": "integer" }, "itemId": { "type": "integer" }, "itemDescription": { "type": "string" }, "categoryId": { "type": "integer" }, "quantity": { "type": "number" }, "unitMeasLookupCode": { "type": "string" }, "unitPrice": { "type": "number" }, "needByDate": { "type": "string" }, "suggestedVendorId": { "type": "integer" } } }