Atlassian · Schema

ContentMetadata

Metadata object for page, blogpost, comment content

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
currentuser object
frontend object
labels string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentMetadata",
  "type": "object",
  "description": "Metadata object for page, blogpost, comment content",
  "properties": {
    "currentuser": {
      "type": "object"
    },
    "frontend": {
      "type": "object"
    },
    "labels": {
      "type": "string"
    }
  }
}