removedInput schema / properties / avoid / description
Removed value: -"Terms to penalize in recommendations."
removedInput schema / properties / city / description
Removed value: -"City name, for example berlin or new york."
removedInput schema / properties / date_from / description
Removed value: -"Inclusive start date in YYYY-MM-DD format."
removedInput schema / properties / date_to / description
Removed value: -"Inclusive end date in YYYY-MM-DD format."
removedInput schema / properties / featuring / description
Removed value: -"Artist or performer name."
removedInput schema / properties / limit / default
Removed value: -12
removedInput schema / properties / limit / description
Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
removedInput schema / properties / max_price / description
Removed value: -"Preference hint used by recommend_events and plan_night."
removedInput schema / properties / offset / default
Removed value: -0
addedInput schema / properties / promoter
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / query / description
Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
removedInput schema / properties / result_limit / default
Removed value: -10
removedInput schema / properties / when / description
Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "app_download_url": {
- "description": "Dizko iPhone app landing page.",
- "type": "string"
- },
- "assistant_instruction": {
- "type": "string"
- },
- "count": {
- "type": "number"
- },
- "events": {
- "items": {
- "properties": {
- "attendance_count": {
- "type": [
- "number",
- "null"
- ]
- },
- "calendar_url": {
- "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
- "type": [
- "string",
- "null"
- ]
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Short one-line event description for display.",
- "type": [
- "string",
- "null"
- ]
- },
- "directions_url": {
- "description": "Google Maps directions link. Offer as 'Get directions'.",
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_url": {
- "type": "string"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "lineup": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "price": {
- "type": [
- "string",
- "null"
- ]
- },
- "source": {
- "type": [
- "string",
- "null"
- ]
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "id",
- "title",
- "event_url"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "count",
- "events"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null