{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ApPayment", "type": "object", "properties": { "checkId": { "type": "integer" }, "checkNumber": { "type": "integer" }, "amount": { "type": "number" }, "currencyCode": { "type": "string" }, "checkDate": { "type": "string" }, "vendorId": { "type": "integer" }, "vendorName": { "type": "string" }, "bankAccountId": { "type": "integer" }, "paymentMethodCode": { "type": "string" }, "status": { "type": "string" }, "orgId": { "type": "integer" } } }