Jira · JSON Structure

Jira Cloud Platform Rest Page Of Comments Structure

Type: object Properties: 4
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

startAt maxResults total comments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PageOfComments",
  "type": "object",
  "properties": {
    "startAt": {
      "type": "integer"
    },
    "maxResults": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "comments": {
      "type": "array"
    }
  }
}