Atlassian · JSON Structure

Atlassian Confluence Content Version Structure

Type: object Properties: 10
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

when friendlyWhen message number minorEdit _expandable contentTypeModified confRev syncRev syncRevSource

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Version",
  "type": "object",
  "properties": {
    "when": {
      "type": "string"
    },
    "friendlyWhen": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "number": {
      "type": "integer"
    },
    "minorEdit": {
      "type": "boolean"
    },
    "_expandable": {
      "type": "object"
    },
    "contentTypeModified": {
      "type": "boolean"
    },
    "confRev": {
      "type": "string"
    },
    "syncRev": {
      "type": "string"
    },
    "syncRevSource": {
      "type": "string"
    }
  }
}