Atlassian · JSON Structure

Atlassian Confluence Content Content History Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

ContentHistory 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

latest createdDate contributors _expandable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentHistory",
  "type": "object",
  "properties": {
    "latest": {
      "type": "boolean"
    },
    "createdDate": {
      "type": "string"
    },
    "contributors": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}