{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GeneralLedgerEntry", "type": "object", "properties": { "id": { "type": "string" }, "entryNumber": { "type": "integer" }, "postingDate": { "type": "string" }, "documentNumber": { "type": "string" }, "documentType": { "type": "string" }, "accountId": { "type": "string" }, "accountNumber": { "type": "string" }, "description": { "type": "string" }, "debitAmount": { "type": "number" }, "creditAmount": { "type": "number" }, "lastModifiedDateTime": { "type": "string" } } }