Atlassian · Schema

LabelCreateArray

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-labelcreatearray-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LabelCreateArray",
  "title": "LabelCreateArray",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/LabelCreate"
  }
}