{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PurchaseOrderShipment", "type": "object", "properties": { "lineLocationId": { "type": "integer" }, "shipmentNum": { "type": "integer" }, "quantity": { "type": "number" }, "quantityReceived": { "type": "number" }, "quantityBilled": { "type": "number" }, "needByDate": { "type": "string" }, "promisedDate": { "type": "string" }, "shipToOrganizationId": { "type": "integer" }, "shipToLocationId": { "type": "integer" }, "closedCode": { "type": "string" } } }