Atlassian · JSON Structure

Atlassian Confluence Content Content Metadata Structure

Type: object Properties: 3
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

currentuser frontend labels

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentMetadata",
  "type": "object",
  "properties": {
    "currentuser": {
      "type": "object"
    },
    "frontend": {
      "type": "object"
    },
    "labels": {
      "type": "string"
    }
  }
}