Confluence · Schema

SpaceLinks

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

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

JSON Schema

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