{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WatchUser", "type": "object", "description": "This essentially the same as the `User` object, but no `_links` property and\nno `_expandable` property (therefore, different required fields).", "properties": { "type": { "type": "string" }, "displayName": { "type": "string" }, "timeZone": { "type": "string" }, "operations": { "type": "array" }, "isExternalCollaborator": { "type": "boolean" }, "accountType": { "type": "string" }, "email": { "type": "string" }, "publicName": { "type": "string" }, "personalSpace": { "type": "object" }, "externalCollaborator": { "type": "boolean" } } }