{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RoutingOperation", "type": "object", "properties": { "operationSequenceId": { "type": "integer", "description": "Operation sequence identifier" }, "operationSeqNum": { "type": "integer", "description": "Operation sequence number" }, "operationDescription": { "type": "string", "description": "Operation description" }, "operationCode": { "type": "string", "description": "Standard operation code" }, "departmentId": { "type": "integer", "description": "Department identifier" }, "departmentCode": { "type": "string", "description": "Department code" }, "effectivityDate": { "type": "string" }, "disableDate": { "type": "string" }, "minimumTransferQuantity": { "type": "number" }, "countPointType": { "type": "integer", "description": "Count point type (1=Yes, 2=No, 3=Auto-charge)" }, "resources": { "type": "array" } } }