{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApInvoiceCreate", "type": "object", "properties": { "invoiceNum": { "type": "string" }, "vendorId": { "type": "integer" }, "vendorSiteId": { "type": "integer" }, "invoiceAmount": { "type": "number" }, "invoiceCurrencyCode": { "type": "string" }, "invoiceDate": { "type": "string" }, "invoiceType": { "type": "string" }, "description": { "type": "string" }, "termsId": { "type": "integer" }, "source": { "type": "string" }, "lines": { "type": "array" } } }