{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MaterialTransaction", "type": "object", "properties": { "wipEntityId": { "type": "integer" }, "organizationId": { "type": "integer" }, "operationSeqNum": { "type": "integer" }, "inventoryItemId": { "type": "integer" }, "transactionQuantity": { "type": "number" }, "transactionUom": { "type": "string" }, "transactionType": { "type": "string" }, "subinventoryCode": { "type": "string" }, "locatorId": { "type": "integer" }, "transactionDate": { "type": "string" } } }