{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ApInvoiceLine", "type": "object", "properties": { "lineNumber": { "type": "integer" }, "lineType": { "type": "string" }, "amount": { "type": "number" }, "description": { "type": "string" }, "accountingDate": { "type": "string" }, "distCodeCombinationId": { "type": "integer" }, "itemDescription": { "type": "string" }, "quantity": { "type": "number" }, "unitPrice": { "type": "number" } } }