Jira · Schema

ChangeHistory

A changelog entry.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
id string
created string
items array
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-change-history-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChangeHistory",
  "type": "object",
  "description": "A changelog entry.",
  "properties": {
    "id": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "items": {
      "type": "array"
    }
  }
}