{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserAnonymous", "type": "object", "properties": { "type": { "type": "string" }, "displayName": { "type": "string" }, "operations": { "type": "array" }, "isExternalCollaborator": { "type": "boolean" }, "_expandable": { "type": "object" } } }