{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountingOrganization", "title": "AccountingOrganization", "properties": { "address": { "$ref": "#/components/schemas/property_AccountingOrganization_address" }, "created_at": { "format": "date-time", "type": "string" }, "currency": { "type": "string" }, "fiscal_year_end_month": { "type": "number" }, "id": { "type": "string" }, "legal_name": { "type": "string" }, "name": { "type": "string" }, "organization_code": { "type": "string" }, "parent_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "tax_number": { "type": "string" }, "timezone": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "website": { "type": "string" } }, "type": "object" }