{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingCategoryParameters", "title": "AccountingCategoryParameters", "type": "object", "properties": { "Code": { "type": "string", "nullable": true }, "Name": { "type": "string", "nullable": true } }, "additionalProperties": false, "x-schema-id": "AccountingCategoryParameters" }