Atlassian · Schema

LabelCreate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
prefix string The prefix for the label. `global`, `my` `team`, etc.
name string The name of the label, which will be shown in the UI.
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-label-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LabelCreate",
  "type": "object",
  "properties": {
    "prefix": {
      "type": "string",
      "description": "The prefix for the label. `global`, `my` `team`, etc."
    },
    "name": {
      "type": "string",
      "description": "The name of the label, which will be shown in the UI."
    }
  }
}