{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesInquiryUpdate", "title": "SalesInquiryUpdate", "type": "object", "properties": { "PurchaseOrderByCustomer": { "type": "string", "maxLength": 35 }, "BindingPeriodValidityEndDate": { "type": "string", "format": "date" } } }