Atlassian · Schema

ContentLookAndFeel

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
screen object
container object
header object
body object
View JSON Schema on GitHub

JSON Schema

atlassian-contentlookandfeel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContentLookAndFeel",
  "title": "ContentLookAndFeel",
  "type": "object",
  "properties": {
    "screen": {
      "$ref": "#/components/schemas/ScreenLookAndFeel"
    },
    "container": {
      "$ref": "#/components/schemas/ContainerLookAndFeel"
    },
    "header": {
      "$ref": "#/components/schemas/ContainerLookAndFeel"
    },
    "body": {
      "$ref": "#/components/schemas/ContainerLookAndFeel"
    }
  }
}