{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-labels-list-schema.json", "title": "LabelsList", "description": "LabelsList schema", "type": "array", "items": { "$ref": "#/components/schemas/LabelListItem" }, "maxItems": 1000 }