Atlassian · JSON Structure

Atlassian Confluence Content Screen Look And Feel Structure

Type: object Properties: 15
CodeCollaborationPlatformProductivitySoftware Development

ScreenLookAndFeel is a JSON Structure definition published by Atlassian, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

background backgroundAttachment backgroundBlendMode backgroundClip backgroundColor backgroundImage backgroundOrigin backgroundPosition backgroundRepeat backgroundSize layer gutterTop gutterRight gutterBottom gutterLeft

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScreenLookAndFeel",
  "type": "object",
  "properties": {
    "background": {
      "type": "string"
    },
    "backgroundAttachment": {
      "type": "string"
    },
    "backgroundBlendMode": {
      "type": "string"
    },
    "backgroundClip": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "backgroundImage": {
      "type": "string"
    },
    "backgroundOrigin": {
      "type": "string"
    },
    "backgroundPosition": {
      "type": "string"
    },
    "backgroundRepeat": {
      "type": "string"
    },
    "backgroundSize": {
      "type": "string"
    },
    "layer": {
      "type": "object"
    },
    "gutterTop": {
      "type": "string"
    },
    "gutterRight": {
      "type": "string"
    },
    "gutterBottom": {
      "type": "string"
    },
    "gutterLeft": {
      "type": "string"
    }
  }
}