Skip to main content
Glama

Plan Night

plan_night
Read-only

Use this when a user wants a primary night-out plan with fallback events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
freeNo
vibeNo
whenNo
avoidNo
limitNo
prideNo
queryNo
venueNo
genresNo
offsetNo
date_toNo
promoterNo
date_fromNo
featuringNo
max_priceNo
price_maxNo
price_minNo
profile_idNo
event_typesNo
result_limitNo
neighborhoodsNo
profile_secretNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed16 schema fields changed
    • 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
    • removedInput schema / properties / profile_id / description
      Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
    • removedInput schema / properties / profile_secret / description
      Removed value: -"Private profile secret returned when the profile was created."
    • 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"
      -        },
      -        "city": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "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"
      -                ]
      -              },
      -              "distance_from_primary_km": {
      -                "type": [
      -                  "number",
      -                  "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"
      -              },
      -              "plan_note": {
      -                "type": "string"
      -              },
      -              "plan_role": {
      -                "enum": [
      -                  "primary",
      -                  "nearby_fallback",
      -                  "later_fallback",
      -                  "alternate"
      -                ],
      -                "type": "string"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "recommendation_reasons": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "recommendation_score": {
      -                "type": "number"
      -              },
      -              "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"
      -        },
      -        "personalization": {
      -          "properties": {
      -            "applied_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "current_request": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "city": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": [
      -                    "boolean",
      -                    "null"
      -                  ]
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "price_max": {
      -                  "type": [
      -                    "number",
      -                    "null"
      -                  ]
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "when": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "feedback_count": {
      -              "type": "number"
      -            },
      -            "learned_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "profile_id": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "saved_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "source": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "profile": {
      -          "properties": {
      -            "consent": {
      -              "type": "boolean"
      -            },
      -            "feedback_count": {
      -              "type": "number"
      -            },
      -            "learned_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "profile_id": {
      -              "type": "string"
      -            },
      -            "updated_at": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "profile_id",
      -            "consent",
      -            "preferences",
      -            "feedback_count",
      -            "updated_at"
      -          ],
      -          "type": "object"
      -        },
      -        "strategy": {
      -          "type": "string"
      -        },
      -        "when": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "city",
      -        "when",
      -        "strategy",
      -        "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
  2. Changed16 schema fields changed
    • addedInput schema / properties / avoid / description
      Added value: +"Terms to penalize in recommendations."
    • addedInput schema / properties / city / description
      Added value: +"City name, for example berlin or new york."
    • addedInput schema / properties / date_from / description
      Added value: +"Inclusive start date in YYYY-MM-DD format."
    • addedInput schema / properties / date_to / description
      Added value: +"Inclusive end date in YYYY-MM-DD format."
    • addedInput schema / properties / featuring / description
      Added value: +"Artist or performer name."
    • addedInput schema / properties / limit / default
      Added value: +12
    • addedInput schema / properties / limit / description
      Added 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."
    • addedInput schema / properties / max_price / description
      Added value: +"Preference hint used by recommend_events and plan_night."
    • addedInput schema / properties / offset / default
      Added value: +0
    • addedInput schema / properties / profile_id / description
      Added value: +"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
    • addedInput schema / properties / profile_secret / description
      Added value: +"Private profile secret returned when the profile was created."
    • removedInput schema / properties / promoter
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / query / description
      Added 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."
    • addedInput schema / properties / result_limit / default
      Added value: +10
    • addedInput schema / properties / when / description
      Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "anyOf": [
      +    {
      +      "properties": {
      +        "app_download_url": {
      +          "description": "Dizko iPhone app landing page.",
      +          "type": "string"
      +        },
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "city": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "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"
      +                ]
      +              },
      +              "distance_from_primary_km": {
      +                "type": [
      +                  "number",
      +                  "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"
      +              },
      +              "plan_note": {
      +                "type": "string"
      +              },
      +              "plan_role": {
      +                "enum": [
      +                  "primary",
      +                  "nearby_fallback",
      +                  "later_fallback",
      +                  "alternate"
      +                ],
      +                "type": "string"
      +              },
      +              "price": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "recommendation_reasons": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "recommendation_score": {
      +                "type": "number"
      +              },
      +              "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"
      +        },
      +        "personalization": {
      +          "properties": {
      +            "applied_preferences": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "cities": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "day_filters": {
      +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      +                  "properties": {
      +                    "friday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "monday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "saturday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "sunday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "thursday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "tuesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "wednesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "featuring": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": "boolean"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "max_price": {
      +                  "type": "number"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "nightlife": {
      +                  "type": "boolean"
      +                },
      +                "venues": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "current_request": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "city": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": [
      +                    "boolean",
      +                    "null"
      +                  ]
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "price_max": {
      +                  "type": [
      +                    "number",
      +                    "null"
      +                  ]
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "when": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "feedback_count": {
      +              "type": "number"
      +            },
      +            "learned_preferences": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "cities": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "day_filters": {
      +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      +                  "properties": {
      +                    "friday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "monday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "saturday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "sunday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "thursday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "tuesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "wednesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "featuring": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": "boolean"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "max_price": {
      +                  "type": "number"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "nightlife": {
      +                  "type": "boolean"
      +                },
      +                "venues": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "profile_id": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "saved_preferences": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "cities": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "day_filters": {
      +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      +                  "properties": {
      +                    "friday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "monday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "saturday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "sunday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "thursday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "tuesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "wednesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "featuring": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": "boolean"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "max_price": {
      +                  "type": "number"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "nightlife": {
      +                  "type": "boolean"
      +                },
      +                "venues": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "source": {
      +              "type": "string"
      +            }
      +          },
      +          "type": "object"
      +        },
      +        "profile": {
      +          "properties": {
      +            "consent": {
      +              "type": "boolean"
      +            },
      +            "feedback_count": {
      +              "type": "number"
      +            },
      +            "learned_preferences": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "cities": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "day_filters": {
      +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      +                  "properties": {
      +                    "friday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "monday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "saturday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "sunday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "thursday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "tuesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "wednesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "featuring": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": "boolean"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "max_price": {
      +                  "type": "number"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "nightlife": {
      +                  "type": "boolean"
      +                },
      +                "venues": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "preferences": {
      +              "properties": {
      +                "avoid": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "cities": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "day_filters": {
      +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      +                  "properties": {
      +                    "friday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "monday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "saturday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "sunday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "thursday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "tuesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    },
      +                    "wednesday": {
      +                      "properties": {
      +                        "avoid": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "event_types": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "featuring": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "free": {
      +                          "type": "boolean"
      +                        },
      +                        "genres": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "max_price": {
      +                          "type": "number"
      +                        },
      +                        "neighborhoods": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "nightlife": {
      +                          "type": "boolean"
      +                        },
      +                        "venues": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        },
      +                        "vibe": {
      +                          "items": {
      +                            "type": "string"
      +                          },
      +                          "type": "array"
      +                        }
      +                      },
      +                      "type": "object"
      +                    }
      +                  },
      +                  "type": "object"
      +                },
      +                "event_types": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "featuring": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "free": {
      +                  "type": "boolean"
      +                },
      +                "genres": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "max_price": {
      +                  "type": "number"
      +                },
      +                "neighborhoods": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "nightlife": {
      +                  "type": "boolean"
      +                },
      +                "venues": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                },
      +                "vibe": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "profile_id": {
      +              "type": "string"
      +            },
      +            "updated_at": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "profile_id",
      +            "consent",
      +            "preferences",
      +            "feedback_count",
      +            "updated_at"
      +          ],
      +          "type": "object"
      +        },
      +        "strategy": {
      +          "type": "string"
      +        },
      +        "when": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        }
      +      },
      +      "required": [
      +        "city",
      +        "when",
      +        "strategy",
      +        "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"
      +}
  3. Changed1 schema field changed
    • addedInput schema / properties / promoter
      Added value: +{
      +  "type": "string"
      +}
  4. Changed15 schema fields changed
    • 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
    • removedInput schema / properties / profile_id / description
      Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
    • removedInput schema / properties / profile_secret / description
      Removed value: -"Private profile secret returned when the profile was created."
    • 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"
      -        },
      -        "city": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "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"
      -                ]
      -              },
      -              "distance_from_primary_km": {
      -                "type": [
      -                  "number",
      -                  "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"
      -              },
      -              "plan_note": {
      -                "type": "string"
      -              },
      -              "plan_role": {
      -                "enum": [
      -                  "primary",
      -                  "nearby_fallback",
      -                  "later_fallback",
      -                  "alternate"
      -                ],
      -                "type": "string"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "recommendation_reasons": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "recommendation_score": {
      -                "type": "number"
      -              },
      -              "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"
      -        },
      -        "personalization": {
      -          "properties": {
      -            "applied_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "current_request": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "city": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": [
      -                    "boolean",
      -                    "null"
      -                  ]
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "price_max": {
      -                  "type": [
      -                    "number",
      -                    "null"
      -                  ]
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "when": {
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "feedback_count": {
      -              "type": "number"
      -            },
      -            "learned_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "profile_id": {
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "saved_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "source": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "profile": {
      -          "properties": {
      -            "consent": {
      -              "type": "boolean"
      -            },
      -            "feedback_count": {
      -              "type": "number"
      -            },
      -            "learned_preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "preferences": {
      -              "properties": {
      -                "avoid": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "cities": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "day_filters": {
      -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
      -                  "properties": {
      -                    "friday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "monday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "saturday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "sunday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "thursday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "tuesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    },
      -                    "wednesday": {
      -                      "properties": {
      -                        "avoid": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "event_types": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "featuring": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "free": {
      -                          "type": "boolean"
      -                        },
      -                        "genres": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "max_price": {
      -                          "type": "number"
      -                        },
      -                        "neighborhoods": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "nightlife": {
      -                          "type": "boolean"
      -                        },
      -                        "venues": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        },
      -                        "vibe": {
      -                          "items": {
      -                            "type": "string"
      -                          },
      -                          "type": "array"
      -                        }
      -                      },
      -                      "type": "object"
      -                    }
      -                  },
      -                  "type": "object"
      -                },
      -                "event_types": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "featuring": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "free": {
      -                  "type": "boolean"
      -                },
      -                "genres": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "max_price": {
      -                  "type": "number"
      -                },
      -                "neighborhoods": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "nightlife": {
      -                  "type": "boolean"
      -                },
      -                "venues": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                },
      -                "vibe": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "type": "array"
      -                }
      -              },
      -              "type": "object"
      -            },
      -            "profile_id": {
      -              "type": "string"
      -            },
      -            "updated_at": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "profile_id",
      -            "consent",
      -            "preferences",
      -            "feedback_count",
      -            "updated_at"
      -          ],
      -          "type": "object"
      -        },
      -        "strategy": {
      -          "type": "string"
      -        },
      -        "when": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "city",
      -        "when",
      -        "strategy",
      -        "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
  5. First observed

TDQS

C2.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only and non-open-world behavior, so no side-effect disclosure is needed from the text. The description adds only the 'primary plus fallback events' output behavior; it doesn't explain limits, error conditions, or how fallbacks are selected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The one-sentence description is short, but it is under-specified for a tool with 23 params and no other documentation. There is no structure or front-loaded parameter guidance, so the brevity costs more than it saves.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

A high-complexity tool with no output schema and no parameter descriptions needs far more than a single usage trigger. The description omits how the plan is generated, what 'fallback' means, which parameters are needed, and what response the agent should expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 23 parameters and 0% schema description coverage, the description must compensate, but it mentions no parameters at all. Fields like vibe, avoid, promoter, featuring, and price_min remain undefined, leaving an agent to guess semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description frames the tool as the response to a user wanting 'a primary night-out plan with fallback events,' which conveys the output concept but never states the tool's action directly and partially echoes the title. It also doesn't differentiate from sibling event or recommendation tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Use this when a user wants...' is an explicit usage condition, so an agent knows the triggering user intent. It doesn't give exclusions or mention sibling alternatives like recommend_events or search_events, but the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools map to distinct actions across search, recommendations, preferences, tickets, and feedback, with clear descriptions. The only real ambiguity is between recommend_events and recommend_events_for_user, plus some follow-up overlap, but boundaries are mostly clear.

Naming Consistency4/5

Tool names follow a consistent imperative verb_noun pattern and use snake_case throughout. Minor inconsistency exists in event vs events pluralization and interchangeable create/save verbs, but the overall pattern is predictable.

Tool Count3/5

23 tools is a large surface for an events assistant, landing in the 16-25 range that feels heavy. The count is defensible given the breadth of features, but it is borderline and somewhat difficult to navigate.

Completeness4/5

The set covers the core consumer journey well: search, recommendations, preference onboarding and CRUD, ticket quoting and purchase, and post-event feedback. Missing order-status or refund/cancellation endpoints are minor gaps, but primary workflows do not hit dead ends.

Resources