Confluence · Schema

BlogPostBulk

A paginated list of blog posts.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-blog-post-bulk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlogPostBulk",
  "type": "object",
  "description": "A paginated list of blog posts.",
  "properties": {
    "results": {
      "type": "array"
    }
  }
}