{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Label", "type": "object", "description": "Represents a label applied to Confluence content.", "properties": { "id": { "type": "string", "description": "The unique identifier of the label." }, "name": { "type": "string", "description": "The name of the label." }, "prefix": { "type": "string", "description": "The prefix of the label (global, my, team)." } } }