Confluence · JSON Structure

Confluence Cloud V2 Version Structure

Type: object Properties: 5
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

createdAt message number minorEdit authorId

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": {
    "createdAt": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "number": {
      "type": "integer"
    },
    "minorEdit": {
      "type": "boolean"
    },
    "authorId": {
      "type": "string"
    }
  }
}