A label used for categorizing content
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Label", "title": "Label", "type": "object", "description": "A label used for categorizing content", "properties": { "id": { "type": "string", "description": "Unique identifier for the label" }, "name": { "type": "string", "description": "Display name of the label" }, "color": { "type": "string", "description": "Color code for the label" } } }