Confluence · Schema

LabelArray

A list of labels.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-label-array-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LabelArray",
  "type": "object",
  "description": "A list of labels.",
  "properties": {
    "results": {
      "type": "array"
    }
  }
}