Atlassian · Schema

ButtonLookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
backgroundColor string
color string
View JSON Schema on GitHub

JSON Schema

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