Atlassian · JSON Structure

Atlassian Confluence Content Icon Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

path width height isDefault

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Icon",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    },
    "isDefault": {
      "type": "boolean"
    }
  }
}