Atlassian · Schema

ContentHistory

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
latest boolean
createdDate string
contributors object
_expandable object
View JSON Schema on GitHub

JSON Schema

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