{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DocumentationLabels", "title": "Documentation Labels", "type": "object", "additionalProperties": { "type": "array", "items": { "type": "string", "minLength": 1 } } }