Skip to main content
Glama

Recommend Events For User

recommend_events_for_user
Read-only

Use this when a user wants recommendations personalized with a saved Dizko profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
freeNo
vibeNo
whenNo
avoidNo
limitNo
queryNo
venueNo
genresNo
date_toNo
date_fromNo
featuringNo
max_priceNo
nightlifeNo
price_maxNo
profile_idYes
event_typesNo
result_limitNo
neighborhoodsNo
profile_secretYes

Schema Changelog

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

  1. Changed4 schema fields changed
    • removedInput schema / properties / limit / default
      Removed value: -50
    • removedInput schema / properties / profile_secret / description
      Removed value: -"Private profile secret returned when the profile was created."
    • removedInput schema / properties / result_limit / default
      Removed value: -10
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "app_download_url": {
      -          "description": "Dizko iPhone app landing page.",
      -          "type": "string"
      -        },
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "count": {
      -          "type": "number"
      -        },
      -        "events": {
      -          "items": {
      -            "properties": {
      -              "attendance_count": {
      -                "type": [
      -                  "number",
      -                  "null"
      -                ]
      -              },
      -              "calendar_url": {
      -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "city": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "description": {
      -                "description": "Short one-line event description for display.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "directions_url": {
      -                "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ends_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "event_types": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "event_url": {
      -                "type": "string"
      -              },
      -              "genres": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "id": {
      -                "type": "string"
      -              },
      -              "lineup": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "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"
      -        },
      -        "message": {
      -          "type": "string"
      -        },
      -        "onboarding_needed": {
      -          "type": "boolean"
      -        },
      -        "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"
      -        },
      -        "questions": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "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. Changed4 schema fields changed
    • addedInput schema / properties / limit / default
      Added value: +50
    • addedInput schema / properties / profile_secret / description
      Added value: +"Private profile secret returned when the profile was created."
    • addedInput schema / properties / result_limit / default
      Added value: +10
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "anyOf": [
      +    {
      +      "properties": {
      +        "app_download_url": {
      +          "description": "Dizko iPhone app landing page.",
      +          "type": "string"
      +        },
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "count": {
      +          "type": "number"
      +        },
      +        "events": {
      +          "items": {
      +            "properties": {
      +              "attendance_count": {
      +                "type": [
      +                  "number",
      +                  "null"
      +                ]
      +              },
      +              "calendar_url": {
      +                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "city": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "description": {
      +                "description": "Short one-line event description for display.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "directions_url": {
      +                "description": "Google Maps directions link. Offer as 'Get directions'.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "ends_at": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "event_types": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "event_url": {
      +                "type": "string"
      +              },
      +              "genres": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "id": {
      +                "type": "string"
      +              },
      +              "lineup": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "price": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "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"
      +        },
      +        "message": {
      +          "type": "string"
      +        },
      +        "onboarding_needed": {
      +          "type": "boolean"
      +        },
      +        "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"
      +        },
      +        "questions": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "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. Changed4 schema fields changed
    • removedInput schema / properties / limit / default
      Removed value: -50
    • removedInput schema / properties / profile_secret / description
      Removed value: -"Private profile secret returned when the profile was created."
    • removedInput schema / properties / result_limit / default
      Removed value: -10
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "app_download_url": {
      -          "description": "Dizko iPhone app landing page.",
      -          "type": "string"
      -        },
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "count": {
      -          "type": "number"
      -        },
      -        "events": {
      -          "items": {
      -            "properties": {
      -              "attendance_count": {
      -                "type": [
      -                  "number",
      -                  "null"
      -                ]
      -              },
      -              "calendar_url": {
      -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "city": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "description": {
      -                "description": "Short one-line event description for display.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "directions_url": {
      -                "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ends_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "event_types": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "event_url": {
      -                "type": "string"
      -              },
      -              "genres": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "id": {
      -                "type": "string"
      -              },
      -              "lineup": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "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"
      -        },
      -        "message": {
      -          "type": "string"
      -        },
      -        "onboarding_needed": {
      -          "type": "boolean"
      -        },
      -        "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"
      -        },
      -        "questions": {
      -          "items": {
      -            "type": "string"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "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
  4. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only safety profile is covered. The description adds the useful behavioral context that a saved profile is required for personalization, but it does not discuss authentication failure behavior, profile validation, or what happens when the profile secret is invalid.

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

Conciseness3/5

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

The single sentence is well-structured and front-loaded, but it is under-sized for a tool with 20 parameters and no other documentation. It is concise without being adequately informative, making it more under-specified than appropriately sized.

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

Completeness2/5

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

Given the high complexity (20 parameters), zero schema descriptions, and no output schema, the description is far from complete. It explains the core use case but leaves parameter semantics, required secret handling, output expectations, and relationship to alternative tools undocumented.

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?

Schema description coverage is 0%, yet the description does not compensate by explaining any of the 20 parameters. It only hints at profile_id and profile_secret through the 'saved Dizko profile' phrase, leaving parameters like avoid, vibe, event_types, and price_max semantically opaque.

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

Purpose4/5

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

The description clearly states the tool's purpose: provide event recommendations personalized with a saved Dizko profile. It distinguishes this tool from generic event recommenders by emphasizing the saved profile requirement, though it does not explicitly name sibling 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?

The description gives an explicit 'Use this when' condition: a user wants recommendations personalized with a saved Dizko profile. It provides clear context for when to invoke the tool, though it does not mention when not to use it or identify alternatives such as recommend_events for non-personalized recommendations.

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