{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesQuotationPartner", "title": "SalesQuotationPartner", "type": "object", "description": "Sales quotation partner entity (A_SalesQuotationPartner)", "properties": { "SalesQuotation": { "type": "string", "maxLength": 10, "description": "Sales quotation number" }, "PartnerFunction": { "type": "string", "maxLength": 2, "description": "Partner function" }, "Customer": { "type": "string", "maxLength": 10, "description": "Customer number" }, "Supplier": { "type": "string", "maxLength": 10, "description": "Vendor account number" } } }