Confluence · Schema

CommentBulk

A paginated list of comments.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

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