Confluence · Schema

SpacePermission

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
id string
principal object
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-space-permission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpacePermission",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "principal": {
      "type": "object"
    }
  }
}