Confluence · Schema

CommentLinks

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
webui string Web UI link for the comment.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-comment-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommentLinks",
  "type": "object",
  "properties": {
    "webui": {
      "type": "string",
      "description": "Web UI link for the comment."
    }
  }
}