@deprecated
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingProfitlossCategory", "title": "AccountingProfitlossCategory", "description": "@deprecated", "properties": { "amount": { "type": "number" }, "name": { "type": "string" }, "sub_items": { "$ref": "#/components/schemas/property_AccountingProfitlossCategory_sub_items" } }, "type": "object" }