Atlassian · Schema

Errors

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
issueIsSubtask object
issuesInArchivedProjects object
issuesInUnlicensedProjects object
issuesNotFound object
View JSON Schema on GitHub

JSON Schema

atlassian-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Errors",
  "title": "Errors",
  "additionalProperties": false,
  "properties": {
    "issueIsSubtask": {
      "$ref": "#/components/schemas/Error"
    },
    "issuesInArchivedProjects": {
      "$ref": "#/components/schemas/Error"
    },
    "issuesInUnlicensedProjects": {
      "$ref": "#/components/schemas/Error"
    },
    "issuesNotFound": {
      "$ref": "#/components/schemas/Error"
    }
  },
  "type": "object"
}