Confluence · Schema

Version

Version information for content.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
createdAt string The ISO 8601 timestamp of this version.
message string The message associated with this version.
number integer The version number.
minorEdit boolean Whether this was a minor edit.
authorId string The Atlassian account ID of the version author.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Version",
  "type": "object",
  "description": "Version information for content.",
  "properties": {
    "createdAt": {
      "type": "string",
      "description": "The ISO 8601 timestamp of this version."
    },
    "message": {
      "type": "string",
      "description": "The message associated with this version."
    },
    "number": {
      "type": "integer",
      "description": "The version number."
    },
    "minorEdit": {
      "type": "boolean",
      "description": "Whether this was a minor edit."
    },
    "authorId": {
      "type": "string",
      "description": "The Atlassian account ID of the version author."
    }
  }
}