Atlassian · JSON Structure

Atlassian Confluence Space Space Settings Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

routeOverrideEnabled editor spaceKey

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SpaceSettings",
  "type": "object",
  "properties": {
    "routeOverrideEnabled": {
      "type": "boolean"
    },
    "editor": {
      "type": "object"
    },
    "spaceKey": {
      "type": "string"
    }
  }
}