Confluence · Schema

Like

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
accountId string The Atlassian account ID of the user who liked the content.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-like-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Like",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "description": "The Atlassian account ID of the user who liked the content."
    }
  }
}