Atlassian · Schema

Label

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
prefix string
name string
id string
label string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-label-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Label",
  "type": "object",
  "properties": {
    "prefix": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  }
}