Atlassian · JSON Structure

Atlassian Confluence Content Navigation Look And Feel Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

NavigationLookAndFeel 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

color highlightColor hoverOrFocus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NavigationLookAndFeel",
  "type": "object",
  "properties": {
    "color": {
      "type": "string"
    },
    "highlightColor": {
      "type": "string"
    },
    "hoverOrFocus": {
      "type": "object"
    }
  }
}