Confluence · JSON Structure

Confluence Cloud V2 Space Permission Structure

Type: object Properties: 2
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

id principal

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SpacePermission",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "principal": {
      "type": "object"
    }
  }
}