{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RequisitionCreate", "type": "object", "description": "Request body for creating a new requisition", "properties": { "title": { "type": "string" }, "needByDate": { "type": "string" }, "companyCode": { "type": "string" }, "lineItems": { "type": "array" }, "comments": { "type": "string" } } }