{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/thecocktaildb/refs/heads/main/json-structure/thecocktaildb-list-response-structure.json", "name": "ListResponse", "description": "List of available filter values", "type": "object", "properties": { "drinks": { "type": "array", "description": "Array of list items", "items": { "type": "object", "additionalProperties": { "type": "string" } } } } }