{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Requisition", "type": "object", "properties": { "requisitionHeaderId": { "type": "integer" }, "segment1": { "type": "string" }, "typeLookupCode": { "type": "string" }, "authorizationStatus": { "type": "string" }, "preparerId": { "type": "integer" }, "description": { "type": "string" }, "totalAmount": { "type": "number" }, "creationDate": { "type": "string" }, "lines": { "type": "array" }, "orgId": { "type": "integer" } } }