Atlassian · JSON Structure

Atlassian Confluence Content Watch User Structure

Type: object Properties: 10
CodeCollaborationPlatformProductivitySoftware Development

WatchUser is a JSON Structure definition published by Atlassian, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type displayName timeZone operations isExternalCollaborator accountType email publicName personalSpace externalCollaborator

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}