{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingTaxrate", "title": "AccountingTaxrate", "properties": { "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "name": { "type": "string" }, "organization_id": { "type": "string" }, "rate": { "type": "number" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }