Confluence · JSON Structure

Confluence Cloud V2 Page Structure

Type: object Properties: 11
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

id status title spaceId parentId parentType position authorId ownerId lastOwnerId createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Page",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "spaceId": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    },
    "parentType": {
      "type": "string"
    },
    "position": {
      "type": "integer"
    },
    "authorId": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "lastOwnerId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}