Atlassian · Schema

NestedResponse

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
errorCollection object
status integer
warningCollection object
View JSON Schema on GitHub

JSON Schema

atlassian-nestedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NestedResponse",
  "title": "NestedResponse",
  "additionalProperties": false,
  "properties": {
    "errorCollection": {
      "$ref": "#/components/schemas/ErrorCollection"
    },
    "status": {
      "format": "int32",
      "type": "integer"
    },
    "warningCollection": {
      "$ref": "#/components/schemas/WarningCollection"
    }
  },
  "type": "object"
}