{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Organization", "type": "object", "properties": { "id": { "type": "integer" }, "url": { "type": "string" }, "name": { "type": "string" }, "details": { "type": "string" }, "notes": { "type": "string" }, "domain_names": { "type": "array" }, "group_id": { "type": "integer" }, "shared_tickets": { "type": "boolean" }, "shared_comments": { "type": "boolean" }, "external_id": { "type": "string" }, "tags": { "type": "array" }, "organization_fields": { "type": "object" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }