{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PurchaseInvoiceCreate", "type": "object", "properties": { "invoiceDate": { "type": "string" }, "vendorId": { "type": "string" }, "vendorNumber": { "type": "string" }, "currencyCode": { "type": "string" }, "pricesIncludeTax": { "type": "boolean" } } }