{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ArInvoiceLine", "type": "object", "properties": { "customerTrxLineId": { "type": "integer" }, "lineNumber": { "type": "integer" }, "lineType": { "type": "string" }, "description": { "type": "string" }, "quantity": { "type": "number" }, "unitSellingPrice": { "type": "number" }, "amount": { "type": "number" }, "inventoryItemId": { "type": "integer" } } }