Atlassian · JSON Structure

Atlassian Confluence Settings Theme Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

Theme 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

themeKey name description

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

JSON Structure

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