{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AdsOrganization", "title": "AdsOrganization", "properties": { "created_at": { "format": "date-time", "type": "string" }, "currency": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "parent_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "timezone": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }