{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "User", "type": "object", "properties": { "id": { "type": "string" }, "team_id": { "type": "string" }, "name": { "type": "string" }, "deleted": { "type": "boolean" }, "color": { "type": "string" }, "real_name": { "type": "string" }, "tz": { "type": "string" }, "tz_label": { "type": "string" }, "tz_offset": { "type": "integer" }, "profile": { "type": "object" }, "is_admin": { "type": "boolean" }, "is_owner": { "type": "boolean" }, "is_primary_owner": { "type": "boolean" }, "is_restricted": { "type": "boolean" }, "is_ultra_restricted": { "type": "boolean" }, "is_bot": { "type": "boolean" }, "is_app_user": { "type": "boolean" }, "updated": { "type": "integer" }, "has_2fa": { "type": "boolean" }, "locale": { "type": "string" } } }