Confluence · Schema

ContentLinks

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

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

JSON Schema

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