Confluence · JSON Structure

Confluence Cloud V2 Blog Post Structure

Type: object Properties: 6
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

id status title spaceId authorId createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlogPost",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "spaceId": {
      "type": "string"
    },
    "authorId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    }
  }
}