Confluence · JSON Structure

Confluence Cloud V2 Page Links Structure

Type: object Properties: 3
CollaborationContent ManagementDocumentationKnowledge BaseWiki

PageLinks is a JSON Structure definition published by Confluence, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

webui editui tinyui

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PageLinks",
  "type": "object",
  "properties": {
    "webui": {
      "type": "string"
    },
    "editui": {
      "type": "string"
    },
    "tinyui": {
      "type": "string"
    }
  }
}