Atlassian · Schema

UserWatch

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
watching boolean
View JSON Schema on GitHub

JSON Schema

atlassian-userwatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserWatch",
  "title": "UserWatch",
  "required": [
    "watching"
  ],
  "type": "object",
  "properties": {
    "watching": {
      "type": "boolean",
      "example": true
    }
  }
}