{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesInquiryItemCreate", "title": "SalesInquiryItemCreate", "type": "object", "properties": { "Material": { "type": "string", "maxLength": 40 }, "RequestedQuantity": { "type": "string" }, "RequestedQuantityUnit": { "type": "string", "maxLength": 3 } } }