Atlassian · Schema

LabelDetails

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
label object
associatedContents object
View JSON Schema on GitHub

JSON Schema

atlassian-labeldetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LabelDetails",
  "title": "LabelDetails",
  "required": [
    "label"
  ],
  "type": "object",
  "properties": {
    "label": {
      "$ref": "#/components/schemas/Label"
    },
    "associatedContents": {
      "$ref": "#/components/schemas/LabeledContentPageResponse"
    }
  }
}