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