Response from the autocomplete endpoint
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AutocompleteResponse", "type": "object", "description": "Response from the autocomplete endpoint", "properties": { "suggestions": { "type": "array", "description": "List of autocomplete suggestions" } } }