Jira · JSON Structure

Jira Cloud Platform Rest Error Collection Structure

Type: object Properties: 3
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

errorMessages errors status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorCollection",
  "type": "object",
  "properties": {
    "errorMessages": {
      "type": "array"
    },
    "errors": {
      "type": "object"
    },
    "status": {
      "type": "integer"
    }
  }
}