{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UserAnonymous", "type": "object", "properties": { "type": { "type": "string" }, "displayName": { "type": "string" }, "operations": { "type": "array" }, "isExternalCollaborator": { "type": "boolean", "description": "Whether the user is an external collaborator user" }, "_expandable": { "type": "object" } } }