Atlassian · Schema

UserWatch

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
watching boolean
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-user-user-watch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserWatch",
  "type": "object",
  "properties": {
    "watching": {
      "type": "boolean"
    }
  }
}