Atlassian · Schema

LookAndFeelSettings

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
selected string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-settings-look-and-feel-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LookAndFeelSettings",
  "type": "object",
  "properties": {
    "selected": {
      "type": "string"
    }
  }
}