{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WatchUser", "type": "object", "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" } } }