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