Atlassian · JSON Structure

Atlassian Confluence Content Container Look And Feel Structure

Type: object Properties: 12
CodeCollaborationPlatformProductivitySoftware Development

ContainerLookAndFeel is a JSON Structure definition published by Atlassian, describing 12 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 padding borderRadius

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerLookAndFeel",
  "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"
    },
    "padding": {
      "type": "string"
    },
    "borderRadius": {
      "type": "string"
    }
  }
}