{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingTrialbalanceSubItem", "title": "AccountingTrialbalanceSubItem", "properties": { "account_id": { "type": "string" }, "account_name": { "type": "string" }, "amount": { "type": "number" } }, "type": "object" }