Atlassian · Schema

UserAnonymous

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
displayName string
operations array
isExternalCollaborator boolean Whether the user is an external collaborator user
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-user-user-anonymous-schema.json Raw ↑
{
  "$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"
    }
  }
}