{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VendorPaymentJournal", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "displayName": { "type": "string" }, "lastModifiedDateTime": { "type": "string" }, "balancingAccountId": { "type": "string" }, "balancingAccountNumber": { "type": "string" } } }