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