Atlassian · Schema

Theme

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
themeKey string
name string
description string
View JSON Schema on GitHub

JSON Schema

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