{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-organizations", "title": "access_schemas-organizations", "properties": { "auth_domain": { "$ref": "#/components/schemas/access_auth_domain" }, "created_at": { "$ref": "#/components/schemas/access_timestamp" }, "is_ui_read_only": { "$ref": "#/components/schemas/access_is_ui_read_only" }, "login_design": { "$ref": "#/components/schemas/access_login_design" }, "name": { "$ref": "#/components/schemas/access_name" }, "ui_read_only_toggle_reason": { "$ref": "#/components/schemas/access_ui_read_only_toggle_reason" }, "updated_at": { "$ref": "#/components/schemas/access_timestamp" }, "user_seat_expiration_inactive_time": { "$ref": "#/components/schemas/access_schemas-user_seat_expiration_inactive_time" } }, "type": "object" }