Atlassian · Schema

Watch

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
contentId integer
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-watch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Watch",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "contentId": {
      "type": "integer"
    }
  }
}