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