Jira · Schema

Changelog

A paginated list of changelogs.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
startAt integer
maxResults integer
total integer
histories array
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-changelog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Changelog",
  "type": "object",
  "description": "A paginated list of changelogs.",
  "properties": {
    "startAt": {
      "type": "integer"
    },
    "maxResults": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "histories": {
      "type": "array"
    }
  }
}