Atlassian · Schema

WarningCollection

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
warnings array
View JSON Schema on GitHub

JSON Schema

atlassian-warningcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WarningCollection",
  "title": "WarningCollection",
  "additionalProperties": false,
  "properties": {
    "warnings": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}