Atlassian · Schema

HorizontalHeaderLookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
backgroundColor string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-horizontal-header-look-and-feel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HorizontalHeaderLookAndFeel",
  "type": "object",
  "properties": {
    "backgroundColor": {
      "type": "string"
    }
  }
}