Atlassian · Schema

LookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
headings object
links object
bordersAndDividers object
spaceReference object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-look-and-feel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LookAndFeel",
  "type": "object",
  "properties": {
    "headings": {
      "type": "object"
    },
    "links": {
      "type": "object"
    },
    "bordersAndDividers": {
      "type": "object"
    },
    "spaceReference": {
      "type": "object"
    }
  }
}