{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingProfitlossSection", "title": "AccountingProfitlossSection", "properties": { "accounts": { "$ref": "#/components/schemas/property_AccountingProfitlossSection_accounts" }, "section_name": { "type": "string" }, "section_type": { "type": "string" }, "total_amount": { "type": "number" } }, "type": "object" }