Skip to main content
Glama

Server Details

Live event discovery: concerts, club nights, art, comedy, and festivals across 14 cities.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

24 tools
create_event_calendar_fileCreate Event Calendar FileC
Read-only
Inspect

Use this when a user wants to add a Dizko event to their calendar after choosing or buying tickets.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNo
event_idYes

TDQS

C2.8/5.0
Behavior1/5

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

The description says the tool 'add[s]' an event to a calendar, implying a state-changing write operation, while annotations declare readOnlyHint=true. This is a direct contradiction. No additional behavioral context is provided.

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

Conciseness4/5

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

The description is a single concise sentence, front-loaded with the intended use case and devoid of filler. It is structurally clean, though its brevity comes at the cost of behavioral and parameter detail.

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?

For a tool with no output schema and two undocumented parameters, the description gives only selection context. It omits what the resulting calendar file contains, how 'status' affects behavior, and the contradiction with readOnlyHint is unresolved.

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%, so the description must compensate for undocumented parameters. It only mentions adding an event and does not explain 'event_id' or, more importantly, 'status', leaving the agent without the information needed to set parameters correctly.

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 a specific use case: adding a Dizko event to the user's calendar after ticket selection/purchase. It identifies the action and resource, though it does not explicitly differentiate itself from 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 a clear trigger: use when the user wants to add an event after choosing or buying tickets. It does not mention when not to use it or name alternative tools, so it falls short of a 5.

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

create_event_preference_profileCreate Event Preference ProfileBInspect

Use this when a user agrees to create a saved Dizko preference profile.

ParametersJSON Schema
NameRequiredDescriptionDefault
consentYes
preferencesNo

TDQS

B3/5.0
Behavior2/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) but not destructive. The description adds little behavioral context beyond the name, such as whether existing profiles are replaced, whether consent must be true, or what side effects creation has.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no filler or redundancy. It is concise, though it omits important operational details that could make it more complete.

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 complex nested preferences schema, a required consent flag, and no output schema, the description is far too thin. It provides no guidance on what a preference profile contains, how consent factors in, or how this relates to similar sibling tools.

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 coverage is 0%, and the description does not mention the required 'consent' parameter or the meaning of the 'preferences' object. With no parameter explanation in the description, an agent has no semantic guidance beyond the raw schema.

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 names a specific action ('create') and a specific resource ('saved Dizko preference profile'), so the core purpose is clear. It does not, however, differentiate this tool from the closely named sibling save_event_preferences, which weakens clarity.

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 provides an explicit use condition: 'when a user agrees to create a saved Dizko preference profile.' This gives clear contextual triggering but does not mention when not to use it or how it relates to alternatives like save_event_preferences.

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

delete_event_preferencesDelete Event PreferencesA
Destructive
Inspect

Use this only when a user asks to delete their Dizko saved event preferences and feedback history.

ParametersJSON Schema
NameRequiredDescriptionDefault
profile_idYes
confirm_deleteYes
profile_secretYes

TDQS

A3.6/5.0
Behavior4/5

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

The destructiveHint annotation already flags mutation, and the description adds useful scope by disclosing that both preferences and feedback history are deleted. It also adds a consent precondition ('only when a user asks'), which is relevant behavioral context beyond the annotation.

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

Conciseness5/5

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

The description is a single front-loaded sentence with no wasted words. It efficiently communicates both purpose and usage trigger.

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

Completeness1/5

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

For a destructive tool with three required parameters, no output schema, and zero schema coverage, this description is far too thin. An agent cannot infer the role of profile_secret, the semantics of confirm_delete, or the nature of the deletion (permanence, cascading effects), making it inadequate for safe invocation.

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%, so the description must compensate by explaining the three required parameters, but it does not. Nothing clarifies what profile_id, profile_secret, or confirm_delete mean, how they relate to each other, or that confirm_delete likely gates the destructive action.

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

Purpose5/5

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

The description names a specific verb ('delete') and a precise resource ('Dizko saved event preferences and feedback history'), which clearly distinguishes it from sibling tools like get_event_preferences or save_event_preferences. The phrase 'only when a user asks' further pins down the intended action.

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?

It explicitly states when to use the tool: only when the user asks to delete their saved event preferences and feedback history. The word 'only' provides an implicit when-not, but the description does not name alternative tools for related intents such as saving or retrieving preferences.

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

find_scene_entitiesFind Scene EntitiesB
Read-only
Inspect

Use this when a user asks who a DJ is or about a venue, collective, or promoter.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNo
cityNo
kindYes
genreNo
limitNo
queryNo
date_toNo
date_fromNo

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety and closed-world aspects are covered without the description. The description adds no behavioral detail such as whether a query is a partial match, whether an ID is preferred, or what data quality to expect, but it does not contradict the annotations.

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

Conciseness5/5

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

One short, front-loaded sentence with no filler or repetition. It immediately gives the actionable context, even though it is thin on other details.

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 8 parameters, an anyOf grouping, a required kind, and no output schema, the description provides too little context for an agent to construct calls confidently. Important usage details like id-based lookup vs query search filters, date constraints, and limit behavior are missing or left entirely to the schema.

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

Parameters2/5

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

With schema description coverage at 0%, the description should compensate for the undocumented parameters, but it only hints at the kind enum by naming DJ, venue, collective, and promoter. It says nothing about id, query, city, genre, limit, date_from, or date_to, and it omits artist as a valid kind.

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 gives a concrete trigger: use it when the user asks who a DJ is or about a venue/collective/promoter, which makes it distinguishable from event-focused siblings like search_events or get_artist_events. It stops short of stating the unified action of finding scene entities and omits the 'artist' kind even though the schema includes it.

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

Usage Guidelines4/5

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

'Use this when a user asks...' is an explicit usage condition tied to user intent. However, it does not contrast this tool with any alternative or say when not to use it, so the guidance is contextful but not a full routing decision.

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

get_artist_eventsGet Artist EventsB
Read-only
Inspect

Use this when a user wants upcoming events for named artists or artists saved in a Dizko profile.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
artistsNo
date_toNo
date_fromNo
profile_idNo
profile_secretNo
limit_per_artistNo

TDQS

B3.3/5.0
Behavior3/5

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

The readOnlyHint annotation already covers safety, and the description adds that the tool returns upcoming events and supports profile-based artists. It does not disclose detail such as whether artists and profile are mutually exclusive, how auth is handled, or what the response shape is, but no contradiction exists.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no wasted words. It is concise and readable, though the brevity comes at the cost of important parameter and behavior detail.

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 seven parameters, no output schema, and no parameter descriptions, the tool definition is insufficient. It fails to explain how inputs combine, which parameters are essential for different scenarios, or what the response contains, making it only minimally adequate for reliable invocation.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate, but it only hints at two parameters: named artists ('artists') and profile-based artists ('profile_id'/'profile_secret'). It says nothing about city, date_from, date_to, or limit_per_artist, leaving most of the seven parameters semantically unexplained.

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 identifies the resource as upcoming events and scopes it to named artists or Dizko profile artists, which distinguishes it from generic event search tools. It lacks an explicit verb like 'retrieves' or 'lists', but the user-goal phrasing makes the purpose unambiguous.

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 states exactly when to use this tool: when a user wants upcoming events for named artists or profile-saved artists. It does not explicitly exclude alternatives or name sibling tools, but the context is clear enough for an agent to select it confidently.

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

get_artist_pageGet Artist PageA
Read-only
Inspect

Use this when a user wants an artist's Dizko page or a specific published mix or set. Returns the page embeds with stable block ids for deep links.

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYes

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark this as read-only; the description adds useful behavioral context by stating that the result contains page embeds and stable block ids intended for deep links. This goes beyond the annotations without contradicting them.

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

Conciseness5/5

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

Two concise sentences: the first gives the selection trigger and the second gives the key output characteristic. No filler or repetition; the structure is well front-loaded.

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

Completeness3/5

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

For a single-parameter, read-only tool, the description gives the essential use case and return nature, but with no output schema and no parameter documentation it does not fully specify what `handle` must be or what the embeds structure looks like. An agent can make a reasonable guess, but not with full certainty.

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

Parameters2/5

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

With 0% schema description coverage, the description is the only source for understanding `handle`, but it never actually defines what `handle` refers to or what format it should take. The resource phrasing implies an artist handle, but the mention of 'a specific published mix or set' leaves ambiguity about whether the same handle covers mixes/sets or whether they are addressed differently.

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 states a concrete resource — an artist's Dizko page or a specific published mix/set — and says the tool returns page embeds with stable block ids. It is clearly scoped and distinguishable from event-focused siblings, though it does not explicitly name an alternative or contrast with any sibling.

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 opens with an explicit 'Use this when a user wants...' trigger, which gives clear context for when to invoke it. It does not, however, state when not to use it or point to an alternative tool, so it falls short of full routing guidance.

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

get_city_pulseGet City PulseA
Read-only
Inspect

Use this when a user wants a city's busiest nights, top venues, genre mix, and headline events.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYes
daysNo
date_fromNo
event_typesNo

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already cover read-only and closed-world behavior, so the description only needs to add context. It clarifies the aggregate nature of the result, but does not mention date-range behavior, filtering effects, or any limitations. This is adequate but not rich.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the trigger condition and immediately lists the returned content. There is no wasted wording.

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?

With four parameters, no schema descriptions, and no output schema, the description needs to carry more weight. It does list the result categories but fails to explain the optional parameters or any filtering behavior, leaving a notable completeness gap.

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%, so the description must compensate by explaining parameters. It only implies 'city' via the phrase 'a city's' and entirely ignores days, date_from, and event_types, leaving agents without meaningful guidance for those fields.

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

Purpose5/5

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

The description states a specific verb-plus-resource purpose: retrieving a city pulse summarizing busiest nights, top venues, genre mix, and headline events. This content list clearly distinguishes it from siblings like search_events, get_artist_events, and list_cities.

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 opens with 'Use this when a user wants...' and gives clear, concrete context for when the tool is appropriate. It does not explicitly mention when not to use it or name alternative tools, so it stops short of a 5.

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

get_daily_roundupGet Daily RoundupB
Read-only
Inspect

Use this when a user wants a daily city event digest.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYes
dateNo
freeNo
vibeNo
whenNo
avoidNo
limitNo
genresNo
price_maxNo
top_limitNo
profile_idNo
event_typesNo
neighborhoodsNo
section_limitNo
profile_secretNo

TDQS

B3/5.0
Behavior2/5

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

The description adds no behavioral detail beyond the annotations: readOnlyHint=true and openWorldHint=false already cover safety and scope. It does not mention aggregation behavior, profile dependence, output shape, or any constraints, so the agent has to infer how the digest is produced.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no filler or repetition. It is concise, though arguably too short for a tool with this many parameters and sibling competitors.

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?

For a tool with 15 parameters, no output schema, no enum values, and zero schema description coverage, this one-line description is not complete enough. It supports the minimal case of passing city, but leaves the purpose of nearly every optional parameter and the return format to guesswork.

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% and the description only says 'city event digest', giving no meaning to the 15 parameters. Parameters like vibe, avoid, price_max, profile_id, and profile_secret are entirely unexplained, and the description does not compensate for the lack of schema descriptions.

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 identifies the resource ('daily city event digest') and the triggering user intent. It is specific enough to be usable, though it does not explicitly differentiate from siblings like get_city_pulse or search_events.

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 usage condition: 'Use this when a user wants a daily city event digest.' It provides clear context but does not state when not to use it or name alternative tools, so it earns a 4 rather than a 5.

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

get_eventGet EventA
Read-only
Inspect

Use this when a user asks for details about a Dizko event id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the tool's safe read behavior is known without the description. The description adds no extra behavioral context such as error handling, response format, or what happens for missing IDs, but for a read-only getter this is acceptable.

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

Conciseness5/5

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

The description is one short, direct sentence with no filler. It delivers the usage condition and parameter meaning efficiently.

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

Completeness4/5

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

Given the tool's simplicity—one required parameter, read-only annotation, no output schema—the description covers the essential purpose and parameter. Some ambiguity remains about the return shape and behavior for invalid IDs, but this is minor for a straightforward getter.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by identifying the single parameter 'id' as a 'Dizko event id.' This gives the agent enough semantic understanding to select the right value, though it does not specify format or source.

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 states a specific verb ('details about') and resource ('Dizko event id'), which clearly indicates this is a by-ID lookup. It is distinct enough from siblings like get_artist_events or search_events, though it does not explicitly name alternatives.

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 explicitly says 'Use this when a user asks for details about a Dizko event id,' providing a clear trigger condition. It does not state exclusions or alternative tools, but the usage context is unambiguous for a simple lookup.

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

get_event_feedback_promptGet Event Feedback PromptA
Read-only
Inspect

Use this when a user needs a short post-event feedback prompt.

ParametersJSON Schema
NameRequiredDescriptionDefault
event_idYes
attended_atNo

TDQS

A3.5/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 output character ('short post-event feedback prompt') but does not explain what the tool does with attended_at, whether it returns a template or generates dynamic text, or what the payload contains.

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

Conciseness5/5

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

A single, front-loaded sentence with no filler or repetition. It communicates both the use-case and the result type efficiently.

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

Completeness3/5

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

For a simple read-only prompt tool this is close to sufficient, but because there is no output schema, the description should explicitly state what is returned. The optional attended_at parameter also needs at least a brief explanation to make invocation fully unambiguous.

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

Parameters2/5

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

Schema description coverage is 0%, and the description gives no guidance on event_id or attended_at. The parameter names are somewhat self-explanatory, especially event_id, but attended_at's role is entirely unexplained, leaving an agent to guess whether it affects prompt wording or is optional context.

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 identifies the resource ('a short post-event feedback prompt') and the situation ('when a user needs'), which sets it apart from siblings like record_event_feedback. It stops short of an explicit tool verb such as 'returns' or 'generates', so the action is slightly implied rather than stated.

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 provides a clear trigger condition: use this when a user needs a short post-event feedback prompt. It does not explicitly exclude alternatives or name when not to use it, but the sibling set makes the distinction fairly obvious, especially compared to record_event_feedback.

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

get_event_preferencesGet Event PreferencesA
Read-only
Inspect

Use this when a user wants to view saved and learned event preferences.

ParametersJSON Schema
NameRequiredDescriptionDefault
profile_idYes
profile_secretYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already mark readOnlyHint=true, so the read-only nature is established. The description adds the 'saved and learned' context, but does not disclose additional behavioral details such as authentication requirements or response behavior. No contradiction with annotations.

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

Conciseness5/5

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

One tight, front-loaded sentence that immediately states the tool's purpose with no wasted words. It earns its place as a minimal and effective definition.

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

Completeness3/5

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

The tool is simple and annotated as read-only, and the description conveys when to use it. However, with no output schema and no parameter explanation, the description leaves gaps around what exactly is returned and how the profile credentials are used.

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

Parameters2/5

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

With schema_description_coverage at 0%, the description should compensate for the undocumented parameters, but it does not explain profile_id or profile_secret. The parameter names are somewhat self-explanatory, but the description adds no meaning beyond their raw names.

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

Purpose5/5

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

The description states a specific verb ('view') and resource ('saved and learned event prefs'), clearly distinguishing this getter from sibling tools like save_event_preferences, delete_event_preferences, and create_event_preference_profile.

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 provides clear usage context: use when the user wants to view saved and learned event preferences. It does not explicitly mention exclusions or alternative tools, but the 'view' framing separates it from mutation and recommendation siblings.

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

get_event_search_followupsGet Event Search FollowupsC
Read-only
Inspect

Use this when an event search needs follow-up questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
freeNo
vibeNo
whenNo
avoidNo
queryNo
venueNo
genresNo
date_fromNo
max_priceNo
price_maxNo
event_typesNo
neighborhoodsNo

TDQS

C2.2/5.0
Behavior2/5

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

Annotations cover readOnlyHint=true, so safety is known. But the description gives no behavioral detail about what 'follow-up questions' means, how they are generated, what the tool returns, or how it uses the 13 parameters. The description carries the burden and does not meet it.

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

Conciseness2/5

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

The description is short, but shortness is under-specification here. It provides a single usage-oriented sentence with no functional explanation, so it isn't meaningfully informative.

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

Completeness1/5

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

For a tool with 13 optional parameters, no output schema, and no parameter documentation, the description is severely incomplete. An agent lacks the essential context about what 'followups' are, what inputs mean, and what response to process.

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%, and the description mentions no parameter. All 13 parameters (city, vibe, when, avoid, query, venue, genres, etc.) are unexplained, so an agent cannot know how to set them.

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

Purpose2/5

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

The description says 'Use this when an event search needs follow-up questions,' which restates the title without stating what the tool actually does. It lacks a specific verb+resource construction and does not distinguish this from siblings like get_event_feedback_prompt or get_preference_onboarding.

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?

It gives a clear trigger context: use it when an event search needs follow-up questions. However, it does not name alternatives or provide when-not-to-use guidance, so it stops short of explicit routing.

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

get_preference_onboardingGet Preference OnboardingB
Read-only
Inspect

Use this when a user wants consent-first questions before saving event preferences.

ParametersJSON Schema
NameRequiredDescriptionDefault
profile_idNo

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds context that this is a consent-first pre-save step, but it doesn't describe what the tool returns or how the onboarding questions behave.

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

Conciseness4/5

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

The description is a single concise sentence with no filler. It is easy to scan, though it could more directly state the tool's output.

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

Completeness3/5

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

For a simple tool with one optional parameter and no output schema, the description gives enough context to understand the general purpose. However, it lacks explicit information about the return value and the role of profile_id, leaving some ambiguity for an agent.

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

Parameters2/5

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

The schema has one optional profile_id with no description and 0% schema coverage. The description does not explain what profile_id means, how it affects the returned questions, or whether it should be provided. The name gives only a minimal clue.

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 conveys that the tool provides consent-first questions related to saving event preferences, which distinguishes it from save_event_preferences and get_event_preferences. However, it phrases this as a usage instruction rather than directly stating the tool's function.

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 a clear when-to-use trigger: when a user wants consent-first questions before saving event preferences. It does not mention alternatives or exclusion cases, so it falls short of a 5.

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

get_ticket_offersGet Ticket OffersA
Read-only
Inspect

Use this when a user wants ticket options for a specific Dizko event before quoting or buying.

ParametersJSON Schema
NameRequiredDescriptionDefault
event_idYes

TDQS

A3.8/5.0
Behavior3/5

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

readOnlyHint=true already indicates safe read; description adds no behavioral detail beyond the use-case context. It neither contradicts nor enriches the annotation with additional operational traits like availability or pricing caveats.

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

Conciseness5/5

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

One sentence, 18 words, front-loaded with when to use it. Every word contributes; no redundancy.

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

Completeness4/5

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

For a one-parameter, read-only tool with no output schema, the description covers the invocation trigger and parameter semantics adequately. A small gap is the exact return content and format, but the tool name and use case suffice for a simple lookup.

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

Parameters3/5

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

Schema describes event_id only as a string (0% coverage). The description clarifies the identifier refers to a Dizko event, but omits how to obtain it or expected format. Some meaning is added, but the description doesn't fully compensate for the bare schema.

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?

Description states a specific verb ('get') and resource ('ticket options') for a specific Dizko event, and positions it chronologically before quoting or buying. It doesn't explicitly name sibling tools but the timing hint distinguishes it from quote_ticket_order and purchase_ticket_order.

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?

It gives a clear trigger condition: user wants ticket options for a specific Dizko event before quoting or buying. It doesn't provide exclusions or name alternatives, so it falls short of explicit decision routing.

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

get_ticket_purchase_policyGet Ticket Purchase PolicyA
Read-only
Inspect

Use this when a user asks how Dizko agents can buy tickets.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, covering the safety profile. The description adds no behavioral detail about what the policy contains, response shape, or limitations. It is a usage trigger rather than a behavioral disclosure.

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

Conciseness5/5

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

A single sentence that front-loads the trigger condition. Every word earns its place; there is no filler or redundancy.

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

Completeness4/5

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

For a zero-parameter, read-only informational tool, the trigger condition is enough to select and invoke it correctly. It does not describe the output, but no input is needed and the sibling tool names clarify the intended scope.

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

Parameters4/5

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

The schema has zero parameters, so there is no parameter documentation burden. Baseline 4 applies since the description does not need to compensate for missing parameter semantics.

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 states a specific trigger and resource ('ticket purchase policy') and clearly signals an informational lookup about how Dizko agents buy tickets. It does not explicitly say it returns a policy document, but the wording is sufficient to distinguish it from transaction-oriented siblings.

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?

Gives an explicit when-to-use condition: use when a user asks how Dizko agents can buy tickets. It does not name alternatives like purchase_ticket_order or quote_ticket_order, but the usage context is clear enough to route most queries correctly.

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

list_citiesList Covered CitiesA
Read-only
Inspect

Use this when a user asks about Dizko city coverage or freshness.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the agent knows this is a safe, complete-list read. The description adds the coverage/freshness concept but does not explain what freshness means or how the returned city list behaves. No contradiction exists, but behavioral disclosure beyond annotations is minimal.

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

Conciseness5/5

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

The description is a single, focused sentence with no redundant wording. It front-loads the intended trigger and stays minimal, which is appropriate for a zero-parameter tool.

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

Completeness3/5

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

For a tool as simple as listing covered cities, the description is mostly complete. However, there is no output schema and the description does not specify what "freshness" includes or what exact information will be returned, leaving some ambiguity for an agent trying to answer freshness-related questions.

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

Parameters4/5

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

The tool has zero parameters, and schema description coverage is effectively 100%, so there are no parameter semantics to clarify. The baseline for a no-parameter tool is 4, and the description does not need to add anything further.

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 states a specific action context: "when a user asks about Dizko city coverage or freshness," and the title identifies the resource as covered cities. It is clear enough, though it does not explicitly distinguish itself from get_city_pulse or other city-related siblings beyond the coverage/freshness use case.

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 explicit trigger conditions: "Use this when a user asks about Dizko city coverage or freshness." It provides useful when-to-use guidance, though it does not mention any alternatives or when explicitly not to use it.

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

plan_nightPlan NightC
Read-only
Inspect

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

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

TDQS

C2.6/5.0
Behavior3/5

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

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

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

Conciseness2/5

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

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

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

Completeness1/5

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

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

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

Parameters1/5

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

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

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

Purpose3/5

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

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

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

Usage Guidelines4/5

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

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

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

purchase_ticket_orderPurchase Ticket OrderC
Destructive
Inspect

Use this when a user confirms a locked quote for purchase or checkout handoff.

ParametersJSON Schema
NameRequiredDescriptionDefault
quote_tokenYes
idempotency_keyNo
confirmation_textYes
user_payment_profile_idNo

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already mark this as destructive and non-read-only, and the description adds no behavioral detail such as payment execution, irreversibility, confirmation handling, or failure behavior. The description does not contradict annotations, but it also does not disclose anything beyond what annotations provide.

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 description is short and front-loaded with the usage trigger, which is good, but it is under-specified rather than efficiently complete. The single sentence provides some value but leaves critical operational and parameter information absent.

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?

For a destructive purchase tool with four undocumented parameters and no output schema, this one-sentence description is incomplete. It lacks parameter semantics, side-effect details, prerequisites, and guidance on idempotency, which are essential for correct invocation.

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%, and the description provides no explanation for quote_token, confirmation_text, idempotency_key, or user_payment_profile_id. An agent cannot understand the meaning or required format of these parameters from the description alone.

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 states a clear trigger ('when a user confirms a locked quote for purchase or checkout handoff') and implies the action is purchasing a ticket order. It is distinguishable from the sibling quote_ticket_order by referencing a locked quote, though it does not explicitly name the alternative.

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 explicit usage context: use when a user confirms a locked quote or is handing off from checkout. It does not state exclusions or alternative tools, but the 'locked quote' phrase strongly differentiates it from quote_ticket_order.

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

quote_ticket_orderQuote Ticket OrderB
Read-only
Inspect

Use this when a user wants a locked ticket quote before purchase.

ParametersJSON Schema
NameRequiredDescriptionDefault
currencyNo
event_idYes
offer_idNo
quantityNo
max_totalNo
ticket_typeNo
refund_termsNo

TDQS

B3.3/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, and the description adds a small behavioral nuance with 'locked' quote. It does not contradict annotations, but it also doesn't explain what 'locked' means, whether quotes expire, or whether any side effects occur.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. Every word supports the intended use case, and the structure makes the trigger condition immediately visible.

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?

With seven parameters, no output schema, and no parameter descriptions, a one-sentence description leaves an agent guessing about quote validity, response contents, and the meaning of optional fields. It is adequate for choosing the tool at a high level but not sufficient for constructing a correct invocation.

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% across seven parameters, and the description explains none of them. Required event_id, plus fields like offer_id, max_total, ticket_type, and refund_terms, remain semantically opaque, so the description does nothing to compensate for the schema gap.

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 identifies a specific user goal: a locked ticket quote before purchase. This clearly distinguishes the tool from purchase_ticket_order by emphasizing 'before purchase', though it doesn't explicitly name sibling alternatives.

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 opening 'Use this when...' provides an explicit trigger, and 'before purchase' implies this tool should not be used for actual purchasing. However, it doesn't explicitly spell out when to prefer get_ticket_offers or purchase_ticket_order instead.

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

recommend_eventsRecommend EventsB
Read-only
Inspect

Use this when a user wants live events ranked by taste, vibe, price, and exclusions.

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

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 and openWorldHint=false, so the safety profile is covered. The description adds useful behavioral context by saying results are ranked by specific criteria, but it doesn't disclose defaults, fallback behavior, or output shape. This is acceptable but not rich.

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

Conciseness4/5

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

The description is a single sentence with no wasted words and front-loads the usage condition. However, given the complexity of 21 parameters, the structure is very minimal and omits operational details, though that is more a completeness concern than a conciseness one.

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?

With 21 optional parameters, no per-parameter descriptions, and no output schema, this one-sentence description does not give an agent enough to reliably construct calls or interpret ranked results. It doesn't explain how parameters combine, sorting details, limit/offset semantics, or how to choose between this and related sibling tools.

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

Parameters2/5

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

Schema description coverage is 0% and there are 21 bare parameters. The description only maps high-level concepts like vibe, price, and exclusions to ranking axes, leaving query, venue, event_types, neighborhoods, limit/result_limit, date_from/to, and other fields completely unexplained. That is not enough compensation for an undocumented, large schema.

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 identifies that this tool recommends live events and the ranking dimensions (taste, vibe, price, exclusions), giving a specific verb and resource. However, it doesn't explicitly distinguish it from the sibling tool recommend_events_for_user, so some differentiation is left to inference.

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

Usage Guidelines3/5

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

It provides a clear context for when to use the tool: when the user wants events ranked by taste, vibe, price, or exclusions. But it gives no explicit when-not guidance or mention of alternatives like search_events or recommend_events_for_user, so usage boundaries are only implied.

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

recommend_events_for_userRecommend Events For UserB
Read-only
Inspect

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

ParametersJSON 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

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.

record_event_feedbackRecord Event FeedbackBInspect

Use this when a user wants Dizko to learn from their rating or notes about an event.

ParametersJSON Schema
NameRequiredDescriptionDefault
likedNo
notesNo
ratingNo
event_idYes
profile_idYes
attended_atNo
profile_secretYes

TDQS

B3.4/5.0
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, so the agent already knows this is a non-read-only, non-destructive op. The description adds the context that Dizko 'learns' from the input, implying a model or preference update. It does not disclose authentication needs (profile_secret), side effects, or response behavior, but the anotations cover the core safety profile.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no fluff. It delivers the trigger condition immediately and avoids repeating the title or schema details. Every word earns its place.

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?

Despite a readable input schema, the tool has 7 parameters, a conditional anyOf requirement, no output schema, and no parameter descriptions. The description only covers the general scenario and omits the existence of liked, attended_at, and the required profile credentials. For a mutation tool, this is too sparse to fully guide correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does little to compensate for the 7 parameters. It mentions 'rating or notes' and 'event', but doesn't explain profile_id, profile_secret, liked, attended_at, or the anyOf requirement that at least one of liked/rating/notes must be present. Parameter names are partially self-explanatory, but the description adds minimal semantic value.

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: to let Dizko learn from a user's rating or notes about an event. It uses a specific trigger ('Use this when') and identifies the resource (event feedback), which helps distinguish it from sibling tools like get_event_feedback_prompt. However, 'learn' is slightly less direct than 'record' or 'store', and the optional 'liked' field is not mentioned.

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 explicitly gives a usage condition: 'Use this when a user wants Dizko to learn from their rating or notes about an event.' This is clear contextual guidance. It does not mention when not to use it or explicitly name alternatives, but the condition alone is enough to signal the primary scenario.

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

save_event_preferencesSave Event PreferencesBInspect

Use this when a user wants to update a saved Dizko preference profile.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNo
consentYes
profile_idYes
preferencesYes
profile_secretYes

TDQS

B3/5.0
Behavior2/5

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

Annotations already indicate this is a mutating tool (readOnlyHint=false) and non-destructive (destructiveHint=false), so the description adds little behavioral context beyond the word 'update.' It does not disclose the role of profile_secret, consent requirements, or the merge/replace mode semantics, which are important behavioral details for a write operation.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. It immediately tells the agent the invocation context. Despite being minimal, every word earns its place.

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

Completeness1/5

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

This is a complex mutating tool with 5 parameters, 4 required, no output schema, and 0% schema description coverage. The one-sentence description does not explain required authentication fields, consent semantics, merge vs replace behavior, or how the nested preferences object is interpreted. It is far too incomplete for reliable invocation.

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%, and the description provides no explanation of parameters such as profile_id, profile_secret, consent, mode, or the complex preferences object. The description does nothing to compensate for the schema's lack of parameter descriptions, leaving an agent to guess the meaning and requirements of all parameters.

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 states a specific action ('update') and resource ('saved Dizko preference profile'), and the word 'saved' hints at a distinction from creating a new profile. However, it does not explicitly differentiate from sibling tools like get_event_preferences or delete_event_preferences, and the tool name 'save' versus description 'update' introduces slight ambiguity.

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 clearly provides a usage trigger: 'Use this when a user wants to update a saved Dizko preference profile.' This gives a clear context for when to invoke it. It does not explicitly state when not to use it or name alternative tools, so it stops short of the full guidance level.

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

search_eventsSearch EventsC
Read-only
Inspect

Use this when a user wants filtered live events.

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

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds no behavioral context: it does not mention return shape, pagination defaults, how filters combine, or what happens with no results.

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

Conciseness4/5

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

The description is a single sentence with no filler and a front-loaded trigger. While concise, it is arguably too thin for a tool with 21 parameters, but the phrasing itself is efficient.

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

Completeness1/5

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

The definition is far from complete for a 21-parameter tool with no output schema. An agent cannot infer filter semantics, response format, pagination, required combinations, or how this tool differs from recommendation-oriented siblings.

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

Parameters1/5

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

With 21 parameters and 0% schema description coverage, the description needed to add meaning but does not. It gives no help with ambiguous or overlapping params such as price_max vs max_price, date_from/date_to formats, or values for vibe, avoid, and genres.

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 states a clear purpose: searching for filtered live events. However, it does not distinguish itself from siblings like recommend_events, get_artist_events, or get_event, and partially restates the tool name.

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?

Provides an explicit trigger condition ('when a user wants filtered live events'), so the agent knows the primary use case. It gives no exclusions or alternatives despite many related sibling tools, but the context is clear enough to be actionable.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Addedget_artist_page
  2. 23 tool updates
    • Changedcreate_event_calendar_file3 fields changed
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
      • removedInput schema / properties / status / description
        Removed value: -"Calendar status, for example CONFIRMED or TENTATIVE."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "calendar_event": {
        -          "properties": {
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ics_content": {
        -              "type": "string"
        -            },
        -            "ics_filename": {
        -              "type": "string"
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "status": {
        -              "type": "string"
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "uid": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            }
        -          },
        -          "required": [
        -            "uid",
        -            "ics_filename",
        -            "ics_content"
        -          ],
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "calendar_event"
        -      ],
        -      "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
    • Changedcreate_event_preference_profile6 fields changed
      • addedInput schema / $defs
        Added value: +{
        +  "dayPreference": {
        +    "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"
        +  },
        +  "preferences": {
        +    "properties": {
        +      "avoid": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "cities": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "day_filters": {
        +        "additionalProperties": {
        +          "$ref": "#/$defs/dayPreference"
        +        },
        +        "propertyNames": {
        +          "enum": [
        +            "monday",
        +            "tuesday",
        +            "wednesday",
        +            "thursday",
        +            "friday",
        +            "saturday",
        +            "sunday"
        +          ]
        +        },
        +        "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"
        +  }
        +}
      • removedInput schema / properties / consent / description
        Removed value: -"Must be true only after the user agreed to save preferences."
      • addedInput schema / properties / preferences / $ref
        Added value: +"#/$defs/preferences"
      • removedInput schema / properties / preferences / properties
        Removed value: -{
        -  "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"
        -  }
        -}
      • removedInput schema / properties / preferences / type
        Removed value: -"object"
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "type": "object"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "created": {
        -          "type": "boolean"
        -        },
        -        "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"
        -        },
        -        "profile_secret": {
        -          "description": "Returned once when a profile is created. The service stores only a hash.",
        -          "type": "string"
        -        }
        -      },
        -      "required": [
        -        "created"
        -      ],
        -      "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
    • Changeddelete_event_preferences4 fields changed
      • removedInput schema / properties / confirm_delete / description
        Removed value: -"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "deleted": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "deleted"
        -      ],
        -      "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
    • Addedfind_scene_entities
    • Changedget_artist_events9 fields changed
      • removedInput schema / properties / artists / description
        Removed value: -"Artist, DJ, performer, or comedian names to look up (max 8 per call)."
      • removedInput schema / properties / city / description
        Removed value: -"Optional city to scope the search; omit to search all cities."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / date_to / description
        Removed value: -"Optional inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / limit_per_artist / default
        Removed value: -5
      • removedInput schema / properties / limit_per_artist / description
        Removed value: -"Upcoming events per artist (max 10)."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "artists": {
        -          "items": {
        -            "properties": {
        -              "artist": {
        -                "type": "string"
        -              },
        -              "count": {
        -                "type": "number"
        -              },
        -              "events": {
        -                "items": {
        -                  "properties": {
        -                    "attendance_count": {
        -                      "type": [
        -                        "number",
        -                        "null"
        -                      ]
        -                    },
        -                    "calendar_url": {
        -                      "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "city": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "description": {
        -                      "description": "Short one-line event description for display.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "directions_url": {
        -                      "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "ends_at": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "event_types": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "event_url": {
        -                      "type": "string"
        -                    },
        -                    "genres": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "id": {
        -                      "type": "string"
        -                    },
        -                    "lineup": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "price": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "source": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "starts_at": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "ticket_url": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "title": {
        -                      "type": "string"
        -                    },
        -                    "venue": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "vibe": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    }
        -                  },
        -                  "required": [
        -                    "id",
        -                    "title",
        -                    "event_url"
        -                  ],
        -                  "type": "object"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "artist",
        -              "count",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date_from": {
        -          "type": "string"
        -        },
        -        "date_to": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "dropped_artists": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "not_found": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "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"
        -        }
        -      },
        -      "required": [
        -        "artists",
        -        "not_found"
        -      ],
        -      "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
    • Changedget_city_pulse6 fields changed
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / days / default
        Removed value: -7
      • removedInput schema / properties / days / description
        Removed value: -"Window length in days starting from date_from (max 14)."
      • removedInput schema / properties / event_types / description
        Removed value: -"Optional event-type filter, for example party."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "busiest_nights": {
        -          "items": {
        -            "properties": {
        -              "date": {
        -                "type": "string"
        -              },
        -              "events": {
        -                "type": "number"
        -              },
        -              "weekday": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              }
        -            },
        -            "required": [
        -              "date",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date_from": {
        -          "type": "string"
        -        },
        -        "date_to": {
        -          "type": "string"
        -        },
        -        "days": {
        -          "type": "number"
        -        },
        -        "free_events_in_sample": {
        -          "type": "number"
        -        },
        -        "headliners": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "sample_note": {
        -          "type": "string"
        -        },
        -        "sample_size": {
        -          "type": "number"
        -        },
        -        "top_genres": {
        -          "items": {
        -            "properties": {
        -              "events": {
        -                "type": "number"
        -              },
        -              "genre": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "genre",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "top_venues": {
        -          "items": {
        -            "properties": {
        -              "events": {
        -                "type": "number"
        -              },
        -              "total_attendance": {
        -                "type": "number"
        -              },
        -              "venue": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "venue",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "total_available": {
        -          "type": "number"
        -        }
        -      },
        -      "required": [
        -        "date_from",
        -        "date_to",
        -        "total_available",
        -        "sample_size",
        -        "busiest_nights",
        -        "top_venues",
        -        "top_genres",
        -        "headliners"
        -      ],
        -      "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
    • Changedget_daily_roundup13 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in the ranking."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date / description
        Removed value: -"Target day in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / limit / default
        Removed value: -100
      • removedInput schema / properties / limit / description
        Removed value: -"How many of the day's events to fetch and rank."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • removedInput schema / properties / section_limit / default
        Removed value: -5
      • removedInput schema / properties / section_limit / description
        Removed value: -"Events per category section (max 10)."
      • removedInput schema / properties / top_limit / default
        Removed value: -5
      • removedInput schema / properties / top_limit / description
        Removed value: -"Top picks to feature (max 10)."
      • removedInput schema / properties / when / description
        Removed value: -"Alternative date preset: today, tonight, or tomorrow."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date": {
        -          "type": "string"
        -        },
        -        "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"
        -        },
        -        "sections": {
        -          "items": {
        -            "properties": {
        -              "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"
        -              },
        -              "key": {
        -                "type": "string"
        -              },
        -              "title": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "key",
        -              "title",
        -              "count",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "top_picks": {
        -          "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"
        -        },
        -        "total_available": {
        -          "type": "number"
        -        },
        -        "weekday": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "date",
        -        "total_available",
        -        "top_picks",
        -        "sections"
        -      ],
        -      "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
    • Changedget_event2 fields changed
      • removedInput schema / properties / id / description
        Removed value: -"Event id."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "attendance_count": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "calendar_url": {
        -          "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "description": {
        -          "description": "Short one-line event description for display.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "directions_url": {
        -          "description": "Google Maps directions link. Offer as 'Get directions'.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "ends_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "event_types": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "event_url": {
        -          "type": "string"
        -        },
        -        "genres": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "id": {
        -          "type": "string"
        -        },
        -        "lineup": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "price": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "source": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "starts_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "ticket_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "title": {
        -          "type": "string"
        -        },
        -        "venue": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "vibe": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "id",
        -        "title",
        -        "event_url"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "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
    • Changedget_event_feedback_prompt2 fields changed
      • removedInput schema / properties / attended_at / description
        Removed value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "attended_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "event",
        -        "attended_at",
        -        "questions",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_event_preferences3 fields changed
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "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"
        -        }
        -      },
        -      "required": [
        -        "profile"
        -      ],
        -      "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
    • Changedget_event_search_followups14 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to
        Removed value: -{
        -  "description": "Inclusive end date in YYYY-MM-DD format.",
        -  "type": "string"
        -}
      • removedInput schema / properties / featuring
        Removed value: -{
        -  "description": "Artist or performer name.",
        -  "type": "string"
        -}
      • removedInput schema / properties / limit
        Removed value: -{
        -  "default": 12,
        -  "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.",
        -  "type": "number"
        -}
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset
        Removed value: -{
        -  "default": 0,
        -  "type": "number"
        -}
      • removedInput schema / properties / price_min
        Removed value: -{
        -  "type": "number"
        -}
      • removedInput schema / properties / pride
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit
        Removed value: -{
        -  "default": 10,
        -  "type": "number"
        -}
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "missing_fields": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "needs_followup": {
        -          "type": "boolean"
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "search_args_hint": {
        -          "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"
        -        }
        -      },
        -      "required": [
        -        "needs_followup",
        -        "missing_fields",
        -        "questions",
        -        "search_args_hint",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_preference_onboarding2 fields changed
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id if already known."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "consent_required": {
        -          "type": "boolean"
        -        },
        -        "profile_id": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "consent_required",
        -        "questions",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_ticket_offers2 fields changed
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "offers": {
        -          "items": {
        -            "properties": {
        -              "autonomous_purchase_supported": {
        -                "type": "boolean"
        -              },
        -              "availability_status": {
        -                "type": "string"
        -              },
        -              "currency": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "estimated_price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event": {
        -                "properties": {
        -                  "attendance_count": {
        -                    "type": [
        -                      "number",
        -                      "null"
        -                    ]
        -                  },
        -                  "calendar_url": {
        -                    "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "city": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "description": {
        -                    "description": "Short one-line event description for display.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "directions_url": {
        -                    "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "ends_at": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "event_types": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "event_url": {
        -                    "type": "string"
        -                  },
        -                  "genres": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "id": {
        -                    "type": "string"
        -                  },
        -                  "lineup": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "price": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "source": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "starts_at": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "ticket_url": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "title": {
        -                    "type": "string"
        -                  },
        -                  "venue": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "vibe": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  }
        -                },
        -                "required": [
        -                  "id",
        -                  "title",
        -                  "event_url"
        -                ],
        -                "type": "object"
        -              },
        -              "fees_included": {
        -                "type": "boolean"
        -              },
        -              "notes": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "offer_id": {
        -                "type": "string"
        -              },
        -              "price_guaranteed": {
        -                "type": "boolean"
        -              },
        -              "provider": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "purchase_mode": {
        -                "type": "string"
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              }
        -            },
        -            "required": [
        -              "offer_id",
        -              "event",
        -              "purchase_mode",
        -              "autonomous_purchase_supported",
        -              "availability_status"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "policy": {
        -          "properties": {
        -            "autonomous_purchase_available": {
        -              "type": "boolean"
        -            },
        -            "current_default_behavior": {
        -              "type": "string"
        -            },
        -            "hard_rules": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "provider_contract": {
        -              "type": "string"
        -            },
        -            "supported_modes": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "type": "object"
        -        }
        -      },
        -      "required": [
        -        "event",
        -        "count",
        -        "offers",
        -        "policy"
        -      ],
        -      "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
    • Changedget_ticket_purchase_policy1 field changed
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "autonomous_purchase_available": {
        -          "type": "boolean"
        -        },
        -        "current_default_behavior": {
        -          "type": "string"
        -        },
        -        "hard_rules": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "provider_contract": {
        -          "type": "string"
        -        },
        -        "supported_modes": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "autonomous_purchase_available",
        -        "supported_modes",
        -        "hard_rules",
        -        "current_default_behavior"
        -      ],
        -      "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
    • Addedlist_cities
    • Changedplan_night16 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "distance_from_primary_km": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "plan_note": {
        -                "type": "string"
        -              },
        -              "plan_role": {
        -                "enum": [
        -                  "primary",
        -                  "nearby_fallback",
        -                  "later_fallback",
        -                  "alternate"
        -                ],
        -                "type": "string"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "recommendation_reasons": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "recommendation_score": {
        -                "type": "number"
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "personalization": {
        -          "properties": {
        -            "applied_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "current_request": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": [
        -                    "boolean",
        -                    "null"
        -                  ]
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price_max": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "when": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "feedback_count": {
        -              "type": "number"
        -            },
        -            "learned_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "saved_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "source": {
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "profile": {
        -          "properties": {
        -            "consent": {
        -              "type": "boolean"
        -            },
        -            "feedback_count": {
        -              "type": "number"
        -            },
        -            "learned_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "profile_id": {
        -              "type": "string"
        -            },
        -            "updated_at": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "consent",
        -            "preferences",
        -            "feedback_count",
        -            "updated_at"
        -          ],
        -          "type": "object"
        -        },
        -        "strategy": {
        -          "type": "string"
        -        },
        -        "when": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "city",
        -        "when",
        -        "strategy",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedpurchase_ticket_order5 fields changed
      • removedInput schema / properties / confirmation_text / description
        Removed value: -"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present."
      • removedInput schema / properties / idempotency_key / description
        Removed value: -"Optional idempotency key for integrated purchase providers."
      • removedInput schema / properties / quote_token / description
        Removed value: -"Opaque quote token returned by quote_ticket_order."
      • removedInput schema / properties / user_payment_profile_id / description
        Removed value: -"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "calendar_event": {
        -          "properties": {
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ics_content": {
        -              "type": "string"
        -            },
        -            "ics_filename": {
        -              "type": "string"
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "status": {
        -              "type": "string"
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "uid": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            }
        -          },
        -          "required": [
        -            "uid",
        -            "ics_filename",
        -            "ics_content"
        -          ],
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "checkout_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "confirmation_prompt": {
        -          "type": "string"
        -        },
        -        "delivery_email": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "order_id": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "provider_response": {
        -          "additionalProperties": true,
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "purchased": {
        -          "type": "boolean"
        -        },
        -        "quote": {
        -          "properties": {
        -            "autonomous_purchase_supported": {
        -              "type": "boolean"
        -            },
        -            "availability_status": {
        -              "type": "string"
        -            },
        -            "checkout_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "currency": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "estimated_price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "expires_at": {
        -              "type": "string"
        -            },
        -            "fees_included": {
        -              "type": "boolean"
        -            },
        -            "max_total": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "offer_id": {
        -              "type": "string"
        -            },
        -            "price_guaranteed": {
        -              "type": "boolean"
        -            },
        -            "provider": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "purchase_mode": {
        -              "type": "string"
        -            },
        -            "quantity": {
        -              "type": "number"
        -            },
        -            "quote_id": {
        -              "type": "string"
        -            },
        -            "refund_terms": {
        -              "type": "string"
        -            },
        -            "stop_conditions": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "ticket_type": {
        -              "type": "string"
        -            }
        -          },
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "receipt_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "status": {
        -          "type": "string"
        -        },
        -        "ticket_delivery_status": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "purchased",
        -        "status"
        -      ],
        -      "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
    • Changedquote_ticket_order8 fields changed
      • removedInput schema / properties / currency / description
        Removed value: -"Preferred currency for max_total, for example USD."
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
      • removedInput schema / properties / max_total / description
        Removed value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."
      • removedInput schema / properties / offer_id / description
        Removed value: -"Optional offer_id returned by get_ticket_offers."
      • removedInput schema / properties / quantity / default
        Removed value: -1
      • removedInput schema / properties / refund_terms / description
        Removed value: -"Minimum refund/transfer terms the user accepts."
      • removedInput schema / properties / ticket_type / description
        Removed value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "confirmation_prompt": {
        -          "type": "string"
        -        },
        -        "confirmation_required": {
        -          "type": "boolean"
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "policy": {
        -          "properties": {
        -            "autonomous_purchase_available": {
        -              "type": "boolean"
        -            },
        -            "current_default_behavior": {
        -              "type": "string"
        -            },
        -            "hard_rules": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "provider_contract": {
        -              "type": "string"
        -            },
        -            "supported_modes": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "quote": {
        -          "properties": {
        -            "autonomous_purchase_supported": {
        -              "type": "boolean"
        -            },
        -            "availability_status": {
        -              "type": "string"
        -            },
        -            "checkout_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "currency": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "estimated_price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "expires_at": {
        -              "type": "string"
        -            },
        -            "fees_included": {
        -              "type": "boolean"
        -            },
        -            "max_total": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "offer_id": {
        -              "type": "string"
        -            },
        -            "price_guaranteed": {
        -              "type": "boolean"
        -            },
        -            "provider": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "purchase_mode": {
        -              "type": "string"
        -            },
        -            "quantity": {
        -              "type": "number"
        -            },
        -            "quote_id": {
        -              "type": "string"
        -            },
        -            "refund_terms": {
        -              "type": "string"
        -            },
        -            "stop_conditions": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "ticket_type": {
        -              "type": "string"
        -            }
        -          },
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "quote_token": {
        -          "type": "string"
        -        },
        -        "quoted": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "quoted"
        -      ],
        -      "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
    • Changedrecommend_events14 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "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"
        -        }
        -      },
        -      "required": [
        -        "count",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedrecommend_events_for_user4 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
    • Changedrecord_event_feedback3 fields changed
      • removedInput schema / properties / attended_at / description
        Removed value: -"ISO date/time or YYYY-MM-DD."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "feedback": {
        -          "properties": {
        -            "attended_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "created_at": {
        -              "type": "string"
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "event_id": {
        -              "type": "string"
        -            },
        -            "liked": {
        -              "type": [
        -                "boolean",
        -                "null"
        -              ]
        -            },
        -            "notes": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "rating": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "follow_up": {
        -          "type": "string"
        -        },
        -        "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"
        -        },
        -        "saved": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "saved",
        -        "feedback",
        -        "profile"
        -      ],
        -      "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
    • Changedsave_event_preferences9 fields changed
      • addedInput schema / $defs
        Added value: +{
        +  "dayPreference": {
        +    "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"
        +  },
        +  "preferences": {
        +    "properties": {
        +      "avoid": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "cities": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "day_filters": {
        +        "additionalProperties": {
        +          "$ref": "#/$defs/dayPreference"
        +        },
        +        "propertyNames": {
        +          "enum": [
        +            "monday",
        +            "tuesday",
        +            "wednesday",
        +            "thursday",
        +            "friday",
        +            "saturday",
        +            "sunday"
        +          ]
        +        },
        +        "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"
        +  }
        +}
      • removedInput schema / properties / consent / description
        Removed value: -"Must be true only after the user agreed to save preferences."
      • removedInput schema / properties / mode / default
        Removed value: -"merge"
      • addedInput schema / properties / preferences / $ref
        Added value: +"#/$defs/preferences"
      • removedInput schema / properties / preferences / properties
        Removed value: -{
        -  "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"
        -  }
        -}
      • removedInput schema / properties / preferences / type
        Removed value: -"object"
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "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"
        -        },
        -        "saved": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "saved"
        -      ],
        -      "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
    • Changedsearch_events14 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "count",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
  3. 23 tool updates
    • Changedcreate_event_calendar_file3 fields changed
      • addedInput schema / properties / event_id / description
        Added value: +"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
      • addedInput schema / properties / status / description
        Added value: +"Calendar status, for example CONFIRMED or TENTATIVE."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "calendar_event": {
        +          "properties": {
        +            "city": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ends_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ics_content": {
        +              "type": "string"
        +            },
        +            "ics_filename": {
        +              "type": "string"
        +            },
        +            "starts_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "status": {
        +              "type": "string"
        +            },
        +            "ticket_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "title": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "uid": {
        +              "type": "string"
        +            },
        +            "venue": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            }
        +          },
        +          "required": [
        +            "uid",
        +            "ics_filename",
        +            "ics_content"
        +          ],
        +          "type": [
        +            "object",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "calendar_event"
        +      ],
        +      "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"
        +}
    • Changedcreate_event_preference_profile6 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "dayPreference": {
        -    "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"
        -  },
        -  "preferences": {
        -    "properties": {
        -      "avoid": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "cities": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "day_filters": {
        -        "additionalProperties": {
        -          "$ref": "#/$defs/dayPreference"
        -        },
        -        "propertyNames": {
        -          "enum": [
        -            "monday",
        -            "tuesday",
        -            "wednesday",
        -            "thursday",
        -            "friday",
        -            "saturday",
        -            "sunday"
        -          ]
        -        },
        -        "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"
        -  }
        -}
      • addedInput schema / properties / consent / description
        Added value: +"Must be true only after the user agreed to save preferences."
      • removedInput schema / properties / preferences / $ref
        Removed value: -"#/$defs/preferences"
      • addedInput schema / properties / preferences / properties
        Added value: +{
        +  "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"
        +  }
        +}
      • addedInput schema / properties / preferences / type
        Added value: +"object"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "access_instructions": {
        +          "properties": {
        +            "deletion_instruction": {
        +              "type": "string"
        +            },
        +            "keep_private": {
        +              "type": "boolean"
        +            },
        +            "profile_id": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret_returned_now": {
        +              "type": "boolean"
        +            },
        +            "purpose": {
        +              "type": "string"
        +            },
        +            "reuse_instruction": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "profile_id",
        +            "profile_secret",
        +            "profile_secret_returned_now",
        +            "keep_private",
        +            "purpose",
        +            "reuse_instruction",
        +            "deletion_instruction"
        +          ],
        +          "type": "object"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "created": {
        +          "type": "boolean"
        +        },
        +        "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"
        +        },
        +        "profile_secret": {
        +          "description": "Returned once when a profile is created. The service stores only a hash.",
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "created"
        +      ],
        +      "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"
        +}
    • Changeddelete_event_preferences4 fields changed
      • addedInput schema / properties / confirm_delete / description
        Added value: +"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history."
      • addedInput schema / properties / profile_id / description
        Added value: +"Stable user/profile id."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "deleted": {
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "deleted"
        +      ],
        +      "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"
        +}
    • Removedfind_scene_entities
    • Changedget_artist_events9 fields changed
      • addedInput schema / properties / artists / description
        Added value: +"Artist, DJ, performer, or comedian names to look up (max 8 per call)."
      • addedInput schema / properties / city / description
        Added value: +"Optional city to scope the search; omit to search all cities."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • addedInput schema / properties / date_to / description
        Added value: +"Optional inclusive end date in YYYY-MM-DD format."
      • addedInput schema / properties / limit_per_artist / default
        Added value: +5
      • addedInput schema / properties / limit_per_artist / description
        Added value: +"Upcoming events per artist (max 10)."
      • addedInput schema / properties / profile_id / description
        Added value: +"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "artists": {
        +          "items": {
        +            "properties": {
        +              "artist": {
        +                "type": "string"
        +              },
        +              "count": {
        +                "type": "number"
        +              },
        +              "events": {
        +                "items": {
        +                  "properties": {
        +                    "attendance_count": {
        +                      "type": [
        +                        "number",
        +                        "null"
        +                      ]
        +                    },
        +                    "calendar_url": {
        +                      "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "city": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "description": {
        +                      "description": "Short one-line event description for display.",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "directions_url": {
        +                      "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "ends_at": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "event_types": {
        +                      "items": {
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    },
        +                    "event_url": {
        +                      "type": "string"
        +                    },
        +                    "genres": {
        +                      "items": {
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    },
        +                    "id": {
        +                      "type": "string"
        +                    },
        +                    "lineup": {
        +                      "items": {
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    },
        +                    "price": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "source": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "starts_at": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "ticket_url": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "title": {
        +                      "type": "string"
        +                    },
        +                    "venue": {
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "vibe": {
        +                      "items": {
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    }
        +                  },
        +                  "required": [
        +                    "id",
        +                    "title",
        +                    "event_url"
        +                  ],
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              }
        +            },
        +            "required": [
        +              "artist",
        +              "count",
        +              "events"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "city": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "date_from": {
        +          "type": "string"
        +        },
        +        "date_to": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "dropped_artists": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "not_found": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "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"
        +        }
        +      },
        +      "required": [
        +        "artists",
        +        "not_found"
        +      ],
        +      "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"
        +}
    • Changedget_city_pulse6 fields changed
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • addedInput schema / properties / days / default
        Added value: +7
      • addedInput schema / properties / days / description
        Added value: +"Window length in days starting from date_from (max 14)."
      • addedInput schema / properties / event_types / description
        Added value: +"Optional event-type filter, for example party."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "busiest_nights": {
        +          "items": {
        +            "properties": {
        +              "date": {
        +                "type": "string"
        +              },
        +              "events": {
        +                "type": "number"
        +              },
        +              "weekday": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              }
        +            },
        +            "required": [
        +              "date",
        +              "events"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "city": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "date_from": {
        +          "type": "string"
        +        },
        +        "date_to": {
        +          "type": "string"
        +        },
        +        "days": {
        +          "type": "number"
        +        },
        +        "free_events_in_sample": {
        +          "type": "number"
        +        },
        +        "headliners": {
        +          "items": {
        +            "properties": {
        +              "attendance_count": {
        +                "type": [
        +                  "number",
        +                  "null"
        +                ]
        +              },
        +              "calendar_url": {
        +                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "city": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "description": {
        +                "description": "Short one-line event description for display.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "directions_url": {
        +                "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "ends_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "event_types": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "event_url": {
        +                "type": "string"
        +              },
        +              "genres": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "id": {
        +                "type": "string"
        +              },
        +              "lineup": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "price": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "source": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "starts_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "ticket_url": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "title": {
        +                "type": "string"
        +              },
        +              "venue": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "vibe": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              }
        +            },
        +            "required": [
        +              "id",
        +              "title",
        +              "event_url"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "sample_note": {
        +          "type": "string"
        +        },
        +        "sample_size": {
        +          "type": "number"
        +        },
        +        "top_genres": {
        +          "items": {
        +            "properties": {
        +              "events": {
        +                "type": "number"
        +              },
        +              "genre": {
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "genre",
        +              "events"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "top_venues": {
        +          "items": {
        +            "properties": {
        +              "events": {
        +                "type": "number"
        +              },
        +              "total_attendance": {
        +                "type": "number"
        +              },
        +              "venue": {
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "venue",
        +              "events"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "total_available": {
        +          "type": "number"
        +        }
        +      },
        +      "required": [
        +        "date_from",
        +        "date_to",
        +        "total_available",
        +        "sample_size",
        +        "busiest_nights",
        +        "top_venues",
        +        "top_genres",
        +        "headliners"
        +      ],
        +      "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"
        +}
    • Changedget_daily_roundup13 fields changed
      • addedInput schema / properties / avoid / description
        Added value: +"Terms to penalize in the ranking."
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date / description
        Added value: +"Target day in YYYY-MM-DD format. Defaults to today."
      • addedInput schema / properties / limit / default
        Added value: +100
      • addedInput schema / properties / limit / description
        Added value: +"How many of the day's events to fetch and rank."
      • addedInput schema / properties / profile_id / description
        Added value: +"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • addedInput schema / properties / section_limit / default
        Added value: +5
      • addedInput schema / properties / section_limit / description
        Added value: +"Events per category section (max 10)."
      • addedInput schema / properties / top_limit / default
        Added value: +5
      • addedInput schema / properties / top_limit / description
        Added value: +"Top picks to feature (max 10)."
      • addedInput schema / properties / when / description
        Added value: +"Alternative date preset: today, tonight, or tomorrow."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "city": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "date": {
        +          "type": "string"
        +        },
        +        "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"
        +        },
        +        "sections": {
        +          "items": {
        +            "properties": {
        +              "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"
        +              },
        +              "key": {
        +                "type": "string"
        +              },
        +              "title": {
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "key",
        +              "title",
        +              "count",
        +              "events"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "top_picks": {
        +          "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"
        +        },
        +        "total_available": {
        +          "type": "number"
        +        },
        +        "weekday": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "date",
        +        "total_available",
        +        "top_picks",
        +        "sections"
        +      ],
        +      "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"
        +}
    • Changedget_event2 fields changed
      • addedInput schema / properties / id / description
        Added value: +"Event id."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "app_download_url": {
        +          "description": "Dizko iPhone app landing page.",
        +          "type": "string"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "attendance_count": {
        +          "type": [
        +            "number",
        +            "null"
        +          ]
        +        },
        +        "calendar_url": {
        +          "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "city": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "description": {
        +          "description": "Short one-line event description for display.",
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "directions_url": {
        +          "description": "Google Maps directions link. Offer as 'Get directions'.",
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "ends_at": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "event_types": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "event_url": {
        +          "type": "string"
        +        },
        +        "genres": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "id": {
        +          "type": "string"
        +        },
        +        "lineup": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "price": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "source": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "starts_at": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "ticket_url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "title": {
        +          "type": "string"
        +        },
        +        "venue": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "vibe": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "id",
        +        "title",
        +        "event_url"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "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"
        +}
    • Changedget_event_feedback_prompt2 fields changed
      • addedInput schema / properties / attended_at / description
        Added value: +"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "attended_at": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "event": {
        +          "properties": {
        +            "attendance_count": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "calendar_url": {
        +              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "city": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "description": {
        +              "description": "Short one-line event description for display.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "directions_url": {
        +              "description": "Google Maps directions link. Offer as 'Get directions'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ends_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event_types": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "event_url": {
        +              "type": "string"
        +            },
        +            "genres": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "id": {
        +              "type": "string"
        +            },
        +            "lineup": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "price": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "source": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "starts_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ticket_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "title": {
        +              "type": "string"
        +            },
        +            "venue": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "vibe": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "title",
        +            "event_url"
        +          ],
        +          "type": "object"
        +        },
        +        "questions": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "event",
        +        "attended_at",
        +        "questions",
        +        "assistant_instruction"
        +      ],
        +      "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"
        +}
    • Changedget_event_preferences3 fields changed
      • addedInput schema / properties / profile_id / description
        Added value: +"Stable user/profile id."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "access_instructions": {
        +          "properties": {
        +            "deletion_instruction": {
        +              "type": "string"
        +            },
        +            "keep_private": {
        +              "type": "boolean"
        +            },
        +            "profile_id": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret_returned_now": {
        +              "type": "boolean"
        +            },
        +            "purpose": {
        +              "type": "string"
        +            },
        +            "reuse_instruction": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "profile_id",
        +            "profile_secret",
        +            "profile_secret_returned_now",
        +            "keep_private",
        +            "purpose",
        +            "reuse_instruction",
        +            "deletion_instruction"
        +          ],
        +          "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"
        +        }
        +      },
        +      "required": [
        +        "profile"
        +      ],
        +      "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"
        +}
    • Changedget_event_search_followups14 fields changed
      • addedInput schema / properties / avoid / description
        Added value: +"Terms to penalize in recommendations."
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format."
      • addedInput schema / properties / date_to
        Added value: +{
        +  "description": "Inclusive end date in YYYY-MM-DD format.",
        +  "type": "string"
        +}
      • addedInput schema / properties / featuring
        Added value: +{
        +  "description": "Artist or performer name.",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "default": 12,
        +  "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.",
        +  "type": "number"
        +}
      • addedInput schema / properties / max_price / description
        Added value: +"Preference hint used by recommend_events and plan_night."
      • addedInput schema / properties / offset
        Added value: +{
        +  "default": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / price_min
        Added value: +{
        +  "type": "number"
        +}
      • addedInput schema / properties / pride
        Added value: +{
        +  "type": "boolean"
        +}
      • addedInput schema / properties / query / description
        Added value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • addedInput schema / properties / result_limit
        Added value: +{
        +  "default": 10,
        +  "type": "number"
        +}
      • addedInput schema / properties / when / description
        Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "missing_fields": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "needs_followup": {
        +          "type": "boolean"
        +        },
        +        "questions": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "search_args_hint": {
        +          "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"
        +        }
        +      },
        +      "required": [
        +        "needs_followup",
        +        "missing_fields",
        +        "questions",
        +        "search_args_hint",
        +        "assistant_instruction"
        +      ],
        +      "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"
        +}
    • Changedget_preference_onboarding2 fields changed
      • addedInput schema / properties / profile_id / description
        Added value: +"Stable user/profile id if already known."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "consent_required": {
        +          "type": "boolean"
        +        },
        +        "profile_id": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "questions": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "consent_required",
        +        "questions",
        +        "assistant_instruction"
        +      ],
        +      "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"
        +}
    • Changedget_ticket_offers2 fields changed
      • addedInput schema / properties / event_id / description
        Added value: +"Event id returned by search, recommendations, plan_night, or get_event."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "count": {
        +          "type": "number"
        +        },
        +        "event": {
        +          "properties": {
        +            "attendance_count": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "calendar_url": {
        +              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "city": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "description": {
        +              "description": "Short one-line event description for display.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "directions_url": {
        +              "description": "Google Maps directions link. Offer as 'Get directions'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ends_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event_types": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "event_url": {
        +              "type": "string"
        +            },
        +            "genres": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "id": {
        +              "type": "string"
        +            },
        +            "lineup": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "price": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "source": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "starts_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ticket_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "title": {
        +              "type": "string"
        +            },
        +            "venue": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "vibe": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "title",
        +            "event_url"
        +          ],
        +          "type": "object"
        +        },
        +        "offers": {
        +          "items": {
        +            "properties": {
        +              "autonomous_purchase_supported": {
        +                "type": "boolean"
        +              },
        +              "availability_status": {
        +                "type": "string"
        +              },
        +              "currency": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "estimated_price": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "event": {
        +                "properties": {
        +                  "attendance_count": {
        +                    "type": [
        +                      "number",
        +                      "null"
        +                    ]
        +                  },
        +                  "calendar_url": {
        +                    "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "city": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "description": {
        +                    "description": "Short one-line event description for display.",
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "directions_url": {
        +                    "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "ends_at": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "event_types": {
        +                    "items": {
        +                      "type": "string"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "event_url": {
        +                    "type": "string"
        +                  },
        +                  "genres": {
        +                    "items": {
        +                      "type": "string"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "id": {
        +                    "type": "string"
        +                  },
        +                  "lineup": {
        +                    "items": {
        +                      "type": "string"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "price": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "source": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "starts_at": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "ticket_url": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "title": {
        +                    "type": "string"
        +                  },
        +                  "venue": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "vibe": {
        +                    "items": {
        +                      "type": "string"
        +                    },
        +                    "type": "array"
        +                  }
        +                },
        +                "required": [
        +                  "id",
        +                  "title",
        +                  "event_url"
        +                ],
        +                "type": "object"
        +              },
        +              "fees_included": {
        +                "type": "boolean"
        +              },
        +              "notes": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "offer_id": {
        +                "type": "string"
        +              },
        +              "price_guaranteed": {
        +                "type": "boolean"
        +              },
        +              "provider": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "purchase_mode": {
        +                "type": "string"
        +              },
        +              "ticket_url": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              }
        +            },
        +            "required": [
        +              "offer_id",
        +              "event",
        +              "purchase_mode",
        +              "autonomous_purchase_supported",
        +              "availability_status"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "policy": {
        +          "properties": {
        +            "autonomous_purchase_available": {
        +              "type": "boolean"
        +            },
        +            "current_default_behavior": {
        +              "type": "string"
        +            },
        +            "hard_rules": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "provider_contract": {
        +              "type": "string"
        +            },
        +            "supported_modes": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "event",
        +        "count",
        +        "offers",
        +        "policy"
        +      ],
        +      "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"
        +}
    • Changedget_ticket_purchase_policy1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "autonomous_purchase_available": {
        +          "type": "boolean"
        +        },
        +        "current_default_behavior": {
        +          "type": "string"
        +        },
        +        "hard_rules": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "provider_contract": {
        +          "type": "string"
        +        },
        +        "supported_modes": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "autonomous_purchase_available",
        +        "supported_modes",
        +        "hard_rules",
        +        "current_default_behavior"
        +      ],
        +      "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"
        +}
    • Removedlist_cities
    • Changedplan_night16 fields changed
      • addedInput schema / properties / avoid / description
        Added value: +"Terms to penalize in recommendations."
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format."
      • addedInput schema / properties / date_to / description
        Added value: +"Inclusive end date in YYYY-MM-DD format."
      • addedInput schema / properties / featuring / description
        Added value: +"Artist or performer name."
      • addedInput schema / properties / limit / default
        Added value: +12
      • addedInput schema / properties / limit / description
        Added value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • addedInput schema / properties / max_price / description
        Added value: +"Preference hint used by recommend_events and plan_night."
      • addedInput schema / properties / offset / default
        Added value: +0
      • addedInput schema / properties / profile_id / description
        Added value: +"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • removedInput schema / properties / promoter
        Removed value: -{
        -  "type": "string"
        -}
      • addedInput schema / properties / query / description
        Added value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • addedInput schema / properties / result_limit / default
        Added value: +10
      • addedInput schema / properties / when / description
        Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "app_download_url": {
        +          "description": "Dizko iPhone app landing page.",
        +          "type": "string"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "city": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "events": {
        +          "items": {
        +            "properties": {
        +              "attendance_count": {
        +                "type": [
        +                  "number",
        +                  "null"
        +                ]
        +              },
        +              "calendar_url": {
        +                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "city": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "description": {
        +                "description": "Short one-line event description for display.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "directions_url": {
        +                "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "distance_from_primary_km": {
        +                "type": [
        +                  "number",
        +                  "null"
        +                ]
        +              },
        +              "ends_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "event_types": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "event_url": {
        +                "type": "string"
        +              },
        +              "genres": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "id": {
        +                "type": "string"
        +              },
        +              "lineup": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "plan_note": {
        +                "type": "string"
        +              },
        +              "plan_role": {
        +                "enum": [
        +                  "primary",
        +                  "nearby_fallback",
        +                  "later_fallback",
        +                  "alternate"
        +                ],
        +                "type": "string"
        +              },
        +              "price": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "recommendation_reasons": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "recommendation_score": {
        +                "type": "number"
        +              },
        +              "source": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "starts_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "ticket_url": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "title": {
        +                "type": "string"
        +              },
        +              "venue": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "vibe": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              }
        +            },
        +            "required": [
        +              "id",
        +              "title",
        +              "event_url"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "personalization": {
        +          "properties": {
        +            "applied_preferences": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "cities": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "day_filters": {
        +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        +                  "properties": {
        +                    "friday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "monday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "saturday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "sunday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "thursday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "tuesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "wednesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    }
        +                  },
        +                  "type": "object"
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "featuring": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": "boolean"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "max_price": {
        +                  "type": "number"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "nightlife": {
        +                  "type": "boolean"
        +                },
        +                "venues": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "current_request": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "city": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": [
        +                    "boolean",
        +                    "null"
        +                  ]
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "price_max": {
        +                  "type": [
        +                    "number",
        +                    "null"
        +                  ]
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "when": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "feedback_count": {
        +              "type": "number"
        +            },
        +            "learned_preferences": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "cities": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "day_filters": {
        +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        +                  "properties": {
        +                    "friday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "monday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "saturday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "sunday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "thursday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "tuesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "wednesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    }
        +                  },
        +                  "type": "object"
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "featuring": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": "boolean"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "max_price": {
        +                  "type": "number"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "nightlife": {
        +                  "type": "boolean"
        +                },
        +                "venues": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "profile_id": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "saved_preferences": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "cities": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "day_filters": {
        +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        +                  "properties": {
        +                    "friday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "monday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "saturday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "sunday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "thursday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "tuesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "wednesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    }
        +                  },
        +                  "type": "object"
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "featuring": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": "boolean"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "max_price": {
        +                  "type": "number"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "nightlife": {
        +                  "type": "boolean"
        +                },
        +                "venues": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "source": {
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "profile": {
        +          "properties": {
        +            "consent": {
        +              "type": "boolean"
        +            },
        +            "feedback_count": {
        +              "type": "number"
        +            },
        +            "learned_preferences": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "cities": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "day_filters": {
        +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        +                  "properties": {
        +                    "friday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "monday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "saturday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "sunday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "thursday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "tuesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "wednesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    }
        +                  },
        +                  "type": "object"
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "featuring": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": "boolean"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "max_price": {
        +                  "type": "number"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "nightlife": {
        +                  "type": "boolean"
        +                },
        +                "venues": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "preferences": {
        +              "properties": {
        +                "avoid": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "cities": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "day_filters": {
        +                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        +                  "properties": {
        +                    "friday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "monday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "saturday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "sunday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "thursday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "tuesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    },
        +                    "wednesday": {
        +                      "properties": {
        +                        "avoid": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "event_types": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "featuring": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "free": {
        +                          "type": "boolean"
        +                        },
        +                        "genres": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "max_price": {
        +                          "type": "number"
        +                        },
        +                        "neighborhoods": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "nightlife": {
        +                          "type": "boolean"
        +                        },
        +                        "venues": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        },
        +                        "vibe": {
        +                          "items": {
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      },
        +                      "type": "object"
        +                    }
        +                  },
        +                  "type": "object"
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "featuring": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "free": {
        +                  "type": "boolean"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "max_price": {
        +                  "type": "number"
        +                },
        +                "neighborhoods": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "nightlife": {
        +                  "type": "boolean"
        +                },
        +                "venues": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "type": "object"
        +            },
        +            "profile_id": {
        +              "type": "string"
        +            },
        +            "updated_at": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "profile_id",
        +            "consent",
        +            "preferences",
        +            "feedback_count",
        +            "updated_at"
        +          ],
        +          "type": "object"
        +        },
        +        "strategy": {
        +          "type": "string"
        +        },
        +        "when": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "city",
        +        "when",
        +        "strategy",
        +        "events"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "cause": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "classification": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "code": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "error": {
        +          "type": "string"
        +        },
        +        "hostname": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "retryable": {
        +          "type": "boolean"
        +        },
        +        "status": {
        +          "type": [
        +            "number",
        +            "null"
        +          ]
        +        },
        +        "type": {
        +          "type": "string"
        +        },
        +        "url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "error"
        +      ],
        +      "type": "object"
        +    }
        +  ],
        +  "type": "object"
        +}
    • Changedpurchase_ticket_order5 fields changed
      • addedInput schema / properties / confirmation_text / description
        Added value: +"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present."
      • addedInput schema / properties / idempotency_key / description
        Added value: +"Optional idempotency key for integrated purchase providers."
      • addedInput schema / properties / quote_token / description
        Added value: +"Opaque quote token returned by quote_ticket_order."
      • addedInput schema / properties / user_payment_profile_id / description
        Added value: +"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "calendar_event": {
        +          "properties": {
        +            "city": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ends_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ics_content": {
        +              "type": "string"
        +            },
        +            "ics_filename": {
        +              "type": "string"
        +            },
        +            "starts_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "status": {
        +              "type": "string"
        +            },
        +            "ticket_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "title": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "uid": {
        +              "type": "string"
        +            },
        +            "venue": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            }
        +          },
        +          "required": [
        +            "uid",
        +            "ics_filename",
        +            "ics_content"
        +          ],
        +          "type": [
        +            "object",
        +            "null"
        +          ]
        +        },
        +        "checkout_url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "confirmation_prompt": {
        +          "type": "string"
        +        },
        +        "delivery_email": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "error": {
        +          "type": "string"
        +        },
        +        "order_id": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "provider_response": {
        +          "additionalProperties": true,
        +          "type": [
        +            "object",
        +            "null"
        +          ]
        +        },
        +        "purchased": {
        +          "type": "boolean"
        +        },
        +        "quote": {
        +          "properties": {
        +            "autonomous_purchase_supported": {
        +              "type": "boolean"
        +            },
        +            "availability_status": {
        +              "type": "string"
        +            },
        +            "checkout_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "currency": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "estimated_price": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event": {
        +              "properties": {
        +                "attendance_count": {
        +                  "type": [
        +                    "number",
        +                    "null"
        +                  ]
        +                },
        +                "calendar_url": {
        +                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "city": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "description": {
        +                  "description": "Short one-line event description for display.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "directions_url": {
        +                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ends_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "event_url": {
        +                  "type": "string"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "lineup": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "price": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "source": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "starts_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ticket_url": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "title": {
        +                  "type": "string"
        +                },
        +                "venue": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "title",
        +                "event_url"
        +              ],
        +              "type": "object"
        +            },
        +            "expires_at": {
        +              "type": "string"
        +            },
        +            "fees_included": {
        +              "type": "boolean"
        +            },
        +            "max_total": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "offer_id": {
        +              "type": "string"
        +            },
        +            "price_guaranteed": {
        +              "type": "boolean"
        +            },
        +            "provider": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "purchase_mode": {
        +              "type": "string"
        +            },
        +            "quantity": {
        +              "type": "number"
        +            },
        +            "quote_id": {
        +              "type": "string"
        +            },
        +            "refund_terms": {
        +              "type": "string"
        +            },
        +            "stop_conditions": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "ticket_type": {
        +              "type": "string"
        +            }
        +          },
        +          "type": [
        +            "object",
        +            "null"
        +          ]
        +        },
        +        "receipt_url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "status": {
        +          "type": "string"
        +        },
        +        "ticket_delivery_status": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "purchased",
        +        "status"
        +      ],
        +      "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"
        +}
    • Changedquote_ticket_order8 fields changed
      • addedInput schema / properties / currency / description
        Added value: +"Preferred currency for max_total, for example USD."
      • addedInput schema / properties / event_id / description
        Added value: +"Event id returned by search, recommendations, plan_night, or get_event."
      • addedInput schema / properties / max_total / description
        Added value: +"Maximum all-in total the user authorizes before the agent must stop and ask again."
      • addedInput schema / properties / offer_id / description
        Added value: +"Optional offer_id returned by get_ticket_offers."
      • addedInput schema / properties / quantity / default
        Added value: +1
      • addedInput schema / properties / refund_terms / description
        Added value: +"Minimum refund/transfer terms the user accepts."
      • addedInput schema / properties / ticket_type / description
        Added value: +"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "confirmation_prompt": {
        +          "type": "string"
        +        },
        +        "confirmation_required": {
        +          "type": "boolean"
        +        },
        +        "error": {
        +          "type": "string"
        +        },
        +        "event": {
        +          "properties": {
        +            "attendance_count": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "calendar_url": {
        +              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "city": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "description": {
        +              "description": "Short one-line event description for display.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "directions_url": {
        +              "description": "Google Maps directions link. Offer as 'Get directions'.",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ends_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event_types": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "event_url": {
        +              "type": "string"
        +            },
        +            "genres": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "id": {
        +              "type": "string"
        +            },
        +            "lineup": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "price": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "source": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "starts_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "ticket_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "title": {
        +              "type": "string"
        +            },
        +            "venue": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "vibe": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "title",
        +            "event_url"
        +          ],
        +          "type": "object"
        +        },
        +        "policy": {
        +          "properties": {
        +            "autonomous_purchase_available": {
        +              "type": "boolean"
        +            },
        +            "current_default_behavior": {
        +              "type": "string"
        +            },
        +            "hard_rules": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "provider_contract": {
        +              "type": "string"
        +            },
        +            "supported_modes": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "quote": {
        +          "properties": {
        +            "autonomous_purchase_supported": {
        +              "type": "boolean"
        +            },
        +            "availability_status": {
        +              "type": "string"
        +            },
        +            "checkout_url": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "currency": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "estimated_price": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "event": {
        +              "properties": {
        +                "attendance_count": {
        +                  "type": [
        +                    "number",
        +                    "null"
        +                  ]
        +                },
        +                "calendar_url": {
        +                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "city": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "description": {
        +                  "description": "Short one-line event description for display.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "directions_url": {
        +                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ends_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "event_url": {
        +                  "type": "string"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "lineup": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "price": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "source": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "starts_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ticket_url": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "title": {
        +                  "type": "string"
        +                },
        +                "venue": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "title",
        +                "event_url"
        +              ],
        +              "type": "object"
        +            },
        +            "expires_at": {
        +              "type": "string"
        +            },
        +            "fees_included": {
        +              "type": "boolean"
        +            },
        +            "max_total": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "offer_id": {
        +              "type": "string"
        +            },
        +            "price_guaranteed": {
        +              "type": "boolean"
        +            },
        +            "provider": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "purchase_mode": {
        +              "type": "string"
        +            },
        +            "quantity": {
        +              "type": "number"
        +            },
        +            "quote_id": {
        +              "type": "string"
        +            },
        +            "refund_terms": {
        +              "type": "string"
        +            },
        +            "stop_conditions": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "ticket_type": {
        +              "type": "string"
        +            }
        +          },
        +          "type": [
        +            "object",
        +            "null"
        +          ]
        +        },
        +        "quote_token": {
        +          "type": "string"
        +        },
        +        "quoted": {
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "quoted"
        +      ],
        +      "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"
        +}
    • Changedrecommend_events14 fields changed
      • addedInput schema / properties / avoid / description
        Added value: +"Terms to penalize in recommendations."
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format."
      • addedInput schema / properties / date_to / description
        Added value: +"Inclusive end date in YYYY-MM-DD format."
      • addedInput schema / properties / featuring / description
        Added value: +"Artist or performer name."
      • addedInput schema / properties / limit / default
        Added value: +12
      • addedInput schema / properties / limit / description
        Added value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • addedInput schema / properties / max_price / description
        Added value: +"Preference hint used by recommend_events and plan_night."
      • addedInput schema / properties / offset / default
        Added value: +0
      • removedInput schema / properties / promoter
        Removed value: -{
        -  "type": "string"
        -}
      • addedInput schema / properties / query / description
        Added value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • addedInput schema / properties / result_limit / default
        Added value: +10
      • addedInput schema / properties / when / description
        Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "app_download_url": {
        +          "description": "Dizko iPhone app landing page.",
        +          "type": "string"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "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"
        +        }
        +      },
        +      "required": [
        +        "count",
        +        "events"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "cause": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "classification": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "code": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "error": {
        +          "type": "string"
        +        },
        +        "hostname": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "retryable": {
        +          "type": "boolean"
        +        },
        +        "status": {
        +          "type": [
        +            "number",
        +            "null"
        +          ]
        +        },
        +        "type": {
        +          "type": "string"
        +        },
        +        "url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "error"
        +      ],
        +      "type": "object"
        +    }
        +  ],
        +  "type": "object"
        +}
    • Changedrecommend_events_for_user4 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"
        +}
    • Changedrecord_event_feedback3 fields changed
      • addedInput schema / properties / attended_at / description
        Added value: +"ISO date/time or YYYY-MM-DD."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "feedback": {
        +          "properties": {
        +            "attended_at": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "created_at": {
        +              "type": "string"
        +            },
        +            "event": {
        +              "properties": {
        +                "attendance_count": {
        +                  "type": [
        +                    "number",
        +                    "null"
        +                  ]
        +                },
        +                "calendar_url": {
        +                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "city": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "description": {
        +                  "description": "Short one-line event description for display.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "directions_url": {
        +                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ends_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "event_types": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "event_url": {
        +                  "type": "string"
        +                },
        +                "genres": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "lineup": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "price": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "source": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "starts_at": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "ticket_url": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "title": {
        +                  "type": "string"
        +                },
        +                "venue": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "vibe": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "title",
        +                "event_url"
        +              ],
        +              "type": "object"
        +            },
        +            "event_id": {
        +              "type": "string"
        +            },
        +            "liked": {
        +              "type": [
        +                "boolean",
        +                "null"
        +              ]
        +            },
        +            "notes": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "rating": {
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "follow_up": {
        +          "type": "string"
        +        },
        +        "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"
        +        },
        +        "saved": {
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "saved",
        +        "feedback",
        +        "profile"
        +      ],
        +      "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"
        +}
    • Changedsave_event_preferences9 fields changed
      • removedInput schema / $defs
        Removed value: -{
        -  "dayPreference": {
        -    "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"
        -  },
        -  "preferences": {
        -    "properties": {
        -      "avoid": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "cities": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "day_filters": {
        -        "additionalProperties": {
        -          "$ref": "#/$defs/dayPreference"
        -        },
        -        "propertyNames": {
        -          "enum": [
        -            "monday",
        -            "tuesday",
        -            "wednesday",
        -            "thursday",
        -            "friday",
        -            "saturday",
        -            "sunday"
        -          ]
        -        },
        -        "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"
        -  }
        -}
      • addedInput schema / properties / consent / description
        Added value: +"Must be true only after the user agreed to save preferences."
      • addedInput schema / properties / mode / default
        Added value: +"merge"
      • removedInput schema / properties / preferences / $ref
        Removed value: -"#/$defs/preferences"
      • addedInput schema / properties / preferences / properties
        Added value: +{
        +  "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"
        +  }
        +}
      • addedInput schema / properties / preferences / type
        Added value: +"object"
      • addedInput schema / properties / profile_id / description
        Added value: +"Stable user/profile id."
      • addedInput schema / properties / profile_secret / description
        Added value: +"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "access_instructions": {
        +          "properties": {
        +            "deletion_instruction": {
        +              "type": "string"
        +            },
        +            "keep_private": {
        +              "type": "boolean"
        +            },
        +            "profile_id": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "profile_secret_returned_now": {
        +              "type": "boolean"
        +            },
        +            "purpose": {
        +              "type": "string"
        +            },
        +            "reuse_instruction": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "profile_id",
        +            "profile_secret",
        +            "profile_secret_returned_now",
        +            "keep_private",
        +            "purpose",
        +            "reuse_instruction",
        +            "deletion_instruction"
        +          ],
        +          "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"
        +        },
        +        "saved": {
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "saved"
        +      ],
        +      "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"
        +}
    • Changedsearch_events14 fields changed
      • addedInput schema / properties / avoid / description
        Added value: +"Terms to penalize in recommendations."
      • addedInput schema / properties / city / description
        Added value: +"City name, for example berlin or new york."
      • addedInput schema / properties / date_from / description
        Added value: +"Inclusive start date in YYYY-MM-DD format."
      • addedInput schema / properties / date_to / description
        Added value: +"Inclusive end date in YYYY-MM-DD format."
      • addedInput schema / properties / featuring / description
        Added value: +"Artist or performer name."
      • addedInput schema / properties / limit / default
        Added value: +12
      • addedInput schema / properties / limit / description
        Added value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • addedInput schema / properties / max_price / description
        Added value: +"Preference hint used by recommend_events and plan_night."
      • addedInput schema / properties / offset / default
        Added value: +0
      • removedInput schema / properties / promoter
        Removed value: -{
        -  "type": "string"
        -}
      • addedInput schema / properties / query / description
        Added value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • addedInput schema / properties / result_limit / default
        Added value: +10
      • addedInput schema / properties / when / description
        Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "anyOf": [
        +    {
        +      "properties": {
        +        "app_download_url": {
        +          "description": "Dizko iPhone app landing page.",
        +          "type": "string"
        +        },
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "count": {
        +          "type": "number"
        +        },
        +        "events": {
        +          "items": {
        +            "properties": {
        +              "attendance_count": {
        +                "type": [
        +                  "number",
        +                  "null"
        +                ]
        +              },
        +              "calendar_url": {
        +                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "city": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "description": {
        +                "description": "Short one-line event description for display.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "directions_url": {
        +                "description": "Google Maps directions link. Offer as 'Get directions'.",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "ends_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "event_types": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "event_url": {
        +                "type": "string"
        +              },
        +              "genres": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "id": {
        +                "type": "string"
        +              },
        +              "lineup": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "price": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "source": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "starts_at": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "ticket_url": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "title": {
        +                "type": "string"
        +              },
        +              "venue": {
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "vibe": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              }
        +            },
        +            "required": [
        +              "id",
        +              "title",
        +              "event_url"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "count",
        +        "events"
        +      ],
        +      "type": "object"
        +    },
        +    {
        +      "properties": {
        +        "assistant_instruction": {
        +          "type": "string"
        +        },
        +        "cause": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "classification": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "code": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "error": {
        +          "type": "string"
        +        },
        +        "hostname": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "retryable": {
        +          "type": "boolean"
        +        },
        +        "status": {
        +          "type": [
        +            "number",
        +            "null"
        +          ]
        +        },
        +        "type": {
        +          "type": "string"
        +        },
        +        "url": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "error"
        +      ],
        +      "type": "object"
        +    }
        +  ],
        +  "type": "object"
        +}
  4. 4 tool updates
    • Addedfind_scene_entities
    • Changedplan_night1 field changed
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
    • Changedrecommend_events1 field changed
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / promoter
        Added value: +{
        +  "type": "string"
        +}
  5. 22 tool updates
    • Changedcreate_event_calendar_file3 fields changed
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, get_event, or a ticket quote."
      • removedInput schema / properties / status / description
        Removed value: -"Calendar status, for example CONFIRMED or TENTATIVE."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "calendar_event": {
        -          "properties": {
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ics_content": {
        -              "type": "string"
        -            },
        -            "ics_filename": {
        -              "type": "string"
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "status": {
        -              "type": "string"
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "uid": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            }
        -          },
        -          "required": [
        -            "uid",
        -            "ics_filename",
        -            "ics_content"
        -          ],
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "calendar_event"
        -      ],
        -      "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
    • Changedcreate_event_preference_profile6 fields changed
      • addedInput schema / $defs
        Added value: +{
        +  "dayPreference": {
        +    "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"
        +  },
        +  "preferences": {
        +    "properties": {
        +      "avoid": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "cities": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "day_filters": {
        +        "additionalProperties": {
        +          "$ref": "#/$defs/dayPreference"
        +        },
        +        "propertyNames": {
        +          "enum": [
        +            "monday",
        +            "tuesday",
        +            "wednesday",
        +            "thursday",
        +            "friday",
        +            "saturday",
        +            "sunday"
        +          ]
        +        },
        +        "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"
        +  }
        +}
      • removedInput schema / properties / consent / description
        Removed value: -"Must be true only after the user agreed to save preferences."
      • addedInput schema / properties / preferences / $ref
        Added value: +"#/$defs/preferences"
      • removedInput schema / properties / preferences / properties
        Removed value: -{
        -  "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"
        -  }
        -}
      • removedInput schema / properties / preferences / type
        Removed value: -"object"
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "type": "object"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "created": {
        -          "type": "boolean"
        -        },
        -        "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"
        -        },
        -        "profile_secret": {
        -          "description": "Returned once when a profile is created. The service stores only a hash.",
        -          "type": "string"
        -        }
        -      },
        -      "required": [
        -        "created"
        -      ],
        -      "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
    • Changeddelete_event_preferences4 fields changed
      • removedInput schema / properties / confirm_delete / description
        Removed value: -"Must be true only after the user confirms deletion of Dizko connector preferences and feedback history."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "deleted": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "deleted"
        -      ],
        -      "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
    • Changedget_artist_events9 fields changed
      • removedInput schema / properties / artists / description
        Removed value: -"Artist, DJ, performer, or comedian names to look up (max 8 per call)."
      • removedInput schema / properties / city / description
        Removed value: -"Optional city to scope the search; omit to search all cities."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / date_to / description
        Removed value: -"Optional inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / limit_per_artist / default
        Removed value: -5
      • removedInput schema / properties / limit_per_artist / description
        Removed value: -"Upcoming events per artist (max 10)."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. When artists is omitted, the profile's saved featuring list is used."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "artists": {
        -          "items": {
        -            "properties": {
        -              "artist": {
        -                "type": "string"
        -              },
        -              "count": {
        -                "type": "number"
        -              },
        -              "events": {
        -                "items": {
        -                  "properties": {
        -                    "attendance_count": {
        -                      "type": [
        -                        "number",
        -                        "null"
        -                      ]
        -                    },
        -                    "calendar_url": {
        -                      "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "city": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "description": {
        -                      "description": "Short one-line event description for display.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "directions_url": {
        -                      "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "ends_at": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "event_types": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "event_url": {
        -                      "type": "string"
        -                    },
        -                    "genres": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "id": {
        -                      "type": "string"
        -                    },
        -                    "lineup": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    },
        -                    "price": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "source": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "starts_at": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "ticket_url": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "title": {
        -                      "type": "string"
        -                    },
        -                    "venue": {
        -                      "type": [
        -                        "string",
        -                        "null"
        -                      ]
        -                    },
        -                    "vibe": {
        -                      "items": {
        -                        "type": "string"
        -                      },
        -                      "type": "array"
        -                    }
        -                  },
        -                  "required": [
        -                    "id",
        -                    "title",
        -                    "event_url"
        -                  ],
        -                  "type": "object"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "artist",
        -              "count",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date_from": {
        -          "type": "string"
        -        },
        -        "date_to": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "dropped_artists": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "not_found": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "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"
        -        }
        -      },
        -      "required": [
        -        "artists",
        -        "not_found"
        -      ],
        -      "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
    • Changedget_city_pulse6 fields changed
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / days / default
        Removed value: -7
      • removedInput schema / properties / days / description
        Removed value: -"Window length in days starting from date_from (max 14)."
      • removedInput schema / properties / event_types / description
        Removed value: -"Optional event-type filter, for example party."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "busiest_nights": {
        -          "items": {
        -            "properties": {
        -              "date": {
        -                "type": "string"
        -              },
        -              "events": {
        -                "type": "number"
        -              },
        -              "weekday": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              }
        -            },
        -            "required": [
        -              "date",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date_from": {
        -          "type": "string"
        -        },
        -        "date_to": {
        -          "type": "string"
        -        },
        -        "days": {
        -          "type": "number"
        -        },
        -        "free_events_in_sample": {
        -          "type": "number"
        -        },
        -        "headliners": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "sample_note": {
        -          "type": "string"
        -        },
        -        "sample_size": {
        -          "type": "number"
        -        },
        -        "top_genres": {
        -          "items": {
        -            "properties": {
        -              "events": {
        -                "type": "number"
        -              },
        -              "genre": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "genre",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "top_venues": {
        -          "items": {
        -            "properties": {
        -              "events": {
        -                "type": "number"
        -              },
        -              "total_attendance": {
        -                "type": "number"
        -              },
        -              "venue": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "venue",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "total_available": {
        -          "type": "number"
        -        }
        -      },
        -      "required": [
        -        "date_from",
        -        "date_to",
        -        "total_available",
        -        "sample_size",
        -        "busiest_nights",
        -        "top_venues",
        -        "top_genres",
        -        "headliners"
        -      ],
        -      "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
    • Changedget_daily_roundup13 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in the ranking."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date / description
        Removed value: -"Target day in YYYY-MM-DD format. Defaults to today."
      • removedInput schema / properties / limit / default
        Removed value: -100
      • removedInput schema / properties / limit / description
        Removed value: -"How many of the day's events to fetch and rank."
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to personalize the picks with saved, learned, and per-day preferences."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • removedInput schema / properties / section_limit / default
        Removed value: -5
      • removedInput schema / properties / section_limit / description
        Removed value: -"Events per category section (max 10)."
      • removedInput schema / properties / top_limit / default
        Removed value: -5
      • removedInput schema / properties / top_limit / description
        Removed value: -"Top picks to feature (max 10)."
      • removedInput schema / properties / when / description
        Removed value: -"Alternative date preset: today, tonight, or tomorrow."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "date": {
        -          "type": "string"
        -        },
        -        "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"
        -        },
        -        "sections": {
        -          "items": {
        -            "properties": {
        -              "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"
        -              },
        -              "key": {
        -                "type": "string"
        -              },
        -              "title": {
        -                "type": "string"
        -              }
        -            },
        -            "required": [
        -              "key",
        -              "title",
        -              "count",
        -              "events"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "top_picks": {
        -          "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"
        -        },
        -        "total_available": {
        -          "type": "number"
        -        },
        -        "weekday": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "date",
        -        "total_available",
        -        "top_picks",
        -        "sections"
        -      ],
        -      "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
    • Changedget_event2 fields changed
      • removedInput schema / properties / id / description
        Removed value: -"Event id."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "attendance_count": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "calendar_url": {
        -          "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "description": {
        -          "description": "Short one-line event description for display.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "directions_url": {
        -          "description": "Google Maps directions link. Offer as 'Get directions'.",
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "ends_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "event_types": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "event_url": {
        -          "type": "string"
        -        },
        -        "genres": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "id": {
        -          "type": "string"
        -        },
        -        "lineup": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "price": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "source": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "starts_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "ticket_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "title": {
        -          "type": "string"
        -        },
        -        "venue": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "vibe": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "id",
        -        "title",
        -        "event_url"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "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
    • Changedget_event_feedback_prompt2 fields changed
      • removedInput schema / properties / attended_at / description
        Removed value: -"Optional ISO date/time or YYYY-MM-DD the user attended or planned to attend."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "attended_at": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "event",
        -        "attended_at",
        -        "questions",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_event_preferences3 fields changed
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "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"
        -        }
        -      },
        -      "required": [
        -        "profile"
        -      ],
        -      "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
    • Changedget_event_search_followups14 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to
        Removed value: -{
        -  "description": "Inclusive end date in YYYY-MM-DD format.",
        -  "type": "string"
        -}
      • removedInput schema / properties / featuring
        Removed value: -{
        -  "description": "Artist or performer name.",
        -  "type": "string"
        -}
      • removedInput schema / properties / limit
        Removed value: -{
        -  "default": 12,
        -  "description": "Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more.",
        -  "type": "number"
        -}
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset
        Removed value: -{
        -  "default": 0,
        -  "type": "number"
        -}
      • removedInput schema / properties / price_min
        Removed value: -{
        -  "type": "number"
        -}
      • removedInput schema / properties / pride
        Removed value: -{
        -  "type": "boolean"
        -}
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit
        Removed value: -{
        -  "default": 10,
        -  "type": "number"
        -}
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "missing_fields": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "needs_followup": {
        -          "type": "boolean"
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "search_args_hint": {
        -          "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"
        -        }
        -      },
        -      "required": [
        -        "needs_followup",
        -        "missing_fields",
        -        "questions",
        -        "search_args_hint",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_preference_onboarding2 fields changed
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id if already known."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "consent_required": {
        -          "type": "boolean"
        -        },
        -        "profile_id": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "questions": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "consent_required",
        -        "questions",
        -        "assistant_instruction"
        -      ],
        -      "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
    • Changedget_ticket_offers2 fields changed
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "offers": {
        -          "items": {
        -            "properties": {
        -              "autonomous_purchase_supported": {
        -                "type": "boolean"
        -              },
        -              "availability_status": {
        -                "type": "string"
        -              },
        -              "currency": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "estimated_price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event": {
        -                "properties": {
        -                  "attendance_count": {
        -                    "type": [
        -                      "number",
        -                      "null"
        -                    ]
        -                  },
        -                  "calendar_url": {
        -                    "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "city": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "description": {
        -                    "description": "Short one-line event description for display.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "directions_url": {
        -                    "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "ends_at": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "event_types": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "event_url": {
        -                    "type": "string"
        -                  },
        -                  "genres": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "id": {
        -                    "type": "string"
        -                  },
        -                  "lineup": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  },
        -                  "price": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "source": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "starts_at": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "ticket_url": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "title": {
        -                    "type": "string"
        -                  },
        -                  "venue": {
        -                    "type": [
        -                      "string",
        -                      "null"
        -                    ]
        -                  },
        -                  "vibe": {
        -                    "items": {
        -                      "type": "string"
        -                    },
        -                    "type": "array"
        -                  }
        -                },
        -                "required": [
        -                  "id",
        -                  "title",
        -                  "event_url"
        -                ],
        -                "type": "object"
        -              },
        -              "fees_included": {
        -                "type": "boolean"
        -              },
        -              "notes": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "offer_id": {
        -                "type": "string"
        -              },
        -              "price_guaranteed": {
        -                "type": "boolean"
        -              },
        -              "provider": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "purchase_mode": {
        -                "type": "string"
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              }
        -            },
        -            "required": [
        -              "offer_id",
        -              "event",
        -              "purchase_mode",
        -              "autonomous_purchase_supported",
        -              "availability_status"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "policy": {
        -          "properties": {
        -            "autonomous_purchase_available": {
        -              "type": "boolean"
        -            },
        -            "current_default_behavior": {
        -              "type": "string"
        -            },
        -            "hard_rules": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "provider_contract": {
        -              "type": "string"
        -            },
        -            "supported_modes": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "type": "object"
        -        }
        -      },
        -      "required": [
        -        "event",
        -        "count",
        -        "offers",
        -        "policy"
        -      ],
        -      "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
    • Changedget_ticket_purchase_policy1 field changed
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "autonomous_purchase_available": {
        -          "type": "boolean"
        -        },
        -        "current_default_behavior": {
        -          "type": "string"
        -        },
        -        "hard_rules": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        },
        -        "provider_contract": {
        -          "type": "string"
        -        },
        -        "supported_modes": {
        -          "items": {
        -            "type": "string"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "autonomous_purchase_available",
        -        "supported_modes",
        -        "hard_rules",
        -        "current_default_behavior"
        -      ],
        -      "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
    • Addedlist_cities
    • Changedplan_night15 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • removedInput schema / properties / profile_id / description
        Removed value: -"Optional Dizko preference profile id. Supply it with profile_secret to apply saved and learned taste."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "city": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "distance_from_primary_km": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "plan_note": {
        -                "type": "string"
        -              },
        -              "plan_role": {
        -                "enum": [
        -                  "primary",
        -                  "nearby_fallback",
        -                  "later_fallback",
        -                  "alternate"
        -                ],
        -                "type": "string"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "recommendation_reasons": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "recommendation_score": {
        -                "type": "number"
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        },
        -        "personalization": {
        -          "properties": {
        -            "applied_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "current_request": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": [
        -                    "boolean",
        -                    "null"
        -                  ]
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price_max": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "when": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "feedback_count": {
        -              "type": "number"
        -            },
        -            "learned_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "saved_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "source": {
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "profile": {
        -          "properties": {
        -            "consent": {
        -              "type": "boolean"
        -            },
        -            "feedback_count": {
        -              "type": "number"
        -            },
        -            "learned_preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "preferences": {
        -              "properties": {
        -                "avoid": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "cities": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "day_filters": {
        -                  "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
        -                  "properties": {
        -                    "friday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "monday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "saturday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "sunday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "thursday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "tuesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    },
        -                    "wednesday": {
        -                      "properties": {
        -                        "avoid": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "event_types": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "featuring": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "free": {
        -                          "type": "boolean"
        -                        },
        -                        "genres": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "max_price": {
        -                          "type": "number"
        -                        },
        -                        "neighborhoods": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "nightlife": {
        -                          "type": "boolean"
        -                        },
        -                        "venues": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        },
        -                        "vibe": {
        -                          "items": {
        -                            "type": "string"
        -                          },
        -                          "type": "array"
        -                        }
        -                      },
        -                      "type": "object"
        -                    }
        -                  },
        -                  "type": "object"
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "featuring": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "free": {
        -                  "type": "boolean"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "max_price": {
        -                  "type": "number"
        -                },
        -                "neighborhoods": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "nightlife": {
        -                  "type": "boolean"
        -                },
        -                "venues": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "type": "object"
        -            },
        -            "profile_id": {
        -              "type": "string"
        -            },
        -            "updated_at": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "consent",
        -            "preferences",
        -            "feedback_count",
        -            "updated_at"
        -          ],
        -          "type": "object"
        -        },
        -        "strategy": {
        -          "type": "string"
        -        },
        -        "when": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "city",
        -        "when",
        -        "strategy",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedpurchase_ticket_order5 fields changed
      • removedInput schema / properties / confirmation_text / description
        Removed value: -"User's explicit written confirmation, including buy/purchase, quantity, and max_total when present."
      • removedInput schema / properties / idempotency_key / description
        Removed value: -"Optional idempotency key for integrated purchase providers."
      • removedInput schema / properties / quote_token / description
        Removed value: -"Opaque quote token returned by quote_ticket_order."
      • removedInput schema / properties / user_payment_profile_id / description
        Removed value: -"Provider-specific saved payment profile id, when an integrated provider supports autonomous purchase."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "calendar_event": {
        -          "properties": {
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ics_content": {
        -              "type": "string"
        -            },
        -            "ics_filename": {
        -              "type": "string"
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "status": {
        -              "type": "string"
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "uid": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            }
        -          },
        -          "required": [
        -            "uid",
        -            "ics_filename",
        -            "ics_content"
        -          ],
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "checkout_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "confirmation_prompt": {
        -          "type": "string"
        -        },
        -        "delivery_email": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "order_id": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "provider_response": {
        -          "additionalProperties": true,
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "purchased": {
        -          "type": "boolean"
        -        },
        -        "quote": {
        -          "properties": {
        -            "autonomous_purchase_supported": {
        -              "type": "boolean"
        -            },
        -            "availability_status": {
        -              "type": "string"
        -            },
        -            "checkout_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "currency": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "estimated_price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "expires_at": {
        -              "type": "string"
        -            },
        -            "fees_included": {
        -              "type": "boolean"
        -            },
        -            "max_total": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "offer_id": {
        -              "type": "string"
        -            },
        -            "price_guaranteed": {
        -              "type": "boolean"
        -            },
        -            "provider": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "purchase_mode": {
        -              "type": "string"
        -            },
        -            "quantity": {
        -              "type": "number"
        -            },
        -            "quote_id": {
        -              "type": "string"
        -            },
        -            "refund_terms": {
        -              "type": "string"
        -            },
        -            "stop_conditions": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "ticket_type": {
        -              "type": "string"
        -            }
        -          },
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "receipt_url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "status": {
        -          "type": "string"
        -        },
        -        "ticket_delivery_status": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "purchased",
        -        "status"
        -      ],
        -      "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
    • Changedquote_ticket_order8 fields changed
      • removedInput schema / properties / currency / description
        Removed value: -"Preferred currency for max_total, for example USD."
      • removedInput schema / properties / event_id / description
        Removed value: -"Event id returned by search, recommendations, plan_night, or get_event."
      • removedInput schema / properties / max_total / description
        Removed value: -"Maximum all-in total the user authorizes before the agent must stop and ask again."
      • removedInput schema / properties / offer_id / description
        Removed value: -"Optional offer_id returned by get_ticket_offers."
      • removedInput schema / properties / quantity / default
        Removed value: -1
      • removedInput schema / properties / refund_terms / description
        Removed value: -"Minimum refund/transfer terms the user accepts."
      • removedInput schema / properties / ticket_type / description
        Removed value: -"Requested ticket type, for example GA, balcony, seated, VIP, or best available."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "confirmation_prompt": {
        -          "type": "string"
        -        },
        -        "confirmation_required": {
        -          "type": "boolean"
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "event": {
        -          "properties": {
        -            "attendance_count": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "calendar_url": {
        -              "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "city": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "description": {
        -              "description": "Short one-line event description for display.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "directions_url": {
        -              "description": "Google Maps directions link. Offer as 'Get directions'.",
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ends_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event_types": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "event_url": {
        -              "type": "string"
        -            },
        -            "genres": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "id": {
        -              "type": "string"
        -            },
        -            "lineup": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "source": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "starts_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "ticket_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "title": {
        -              "type": "string"
        -            },
        -            "venue": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "vibe": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "title",
        -            "event_url"
        -          ],
        -          "type": "object"
        -        },
        -        "policy": {
        -          "properties": {
        -            "autonomous_purchase_available": {
        -              "type": "boolean"
        -            },
        -            "current_default_behavior": {
        -              "type": "string"
        -            },
        -            "hard_rules": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "provider_contract": {
        -              "type": "string"
        -            },
        -            "supported_modes": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "quote": {
        -          "properties": {
        -            "autonomous_purchase_supported": {
        -              "type": "boolean"
        -            },
        -            "availability_status": {
        -              "type": "string"
        -            },
        -            "checkout_url": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "currency": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "estimated_price": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "expires_at": {
        -              "type": "string"
        -            },
        -            "fees_included": {
        -              "type": "boolean"
        -            },
        -            "max_total": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            },
        -            "offer_id": {
        -              "type": "string"
        -            },
        -            "price_guaranteed": {
        -              "type": "boolean"
        -            },
        -            "provider": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "purchase_mode": {
        -              "type": "string"
        -            },
        -            "quantity": {
        -              "type": "number"
        -            },
        -            "quote_id": {
        -              "type": "string"
        -            },
        -            "refund_terms": {
        -              "type": "string"
        -            },
        -            "stop_conditions": {
        -              "items": {
        -                "type": "string"
        -              },
        -              "type": "array"
        -            },
        -            "ticket_type": {
        -              "type": "string"
        -            }
        -          },
        -          "type": [
        -            "object",
        -            "null"
        -          ]
        -        },
        -        "quote_token": {
        -          "type": "string"
        -        },
        -        "quoted": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "quoted"
        -      ],
        -      "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
    • Changedrecommend_events13 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "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"
        -        }
        -      },
        -      "required": [
        -        "count",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
    • Changedrecommend_events_for_user4 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
    • Changedrecord_event_feedback3 fields changed
      • removedInput schema / properties / attended_at / description
        Removed value: -"ISO date/time or YYYY-MM-DD."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "feedback": {
        -          "properties": {
        -            "attended_at": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "created_at": {
        -              "type": "string"
        -            },
        -            "event": {
        -              "properties": {
        -                "attendance_count": {
        -                  "type": [
        -                    "number",
        -                    "null"
        -                  ]
        -                },
        -                "calendar_url": {
        -                  "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "city": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "description": {
        -                  "description": "Short one-line event description for display.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "directions_url": {
        -                  "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ends_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "event_types": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "event_url": {
        -                  "type": "string"
        -                },
        -                "genres": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "id": {
        -                  "type": "string"
        -                },
        -                "lineup": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                },
        -                "price": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "source": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "starts_at": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "ticket_url": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "title": {
        -                  "type": "string"
        -                },
        -                "venue": {
        -                  "type": [
        -                    "string",
        -                    "null"
        -                  ]
        -                },
        -                "vibe": {
        -                  "items": {
        -                    "type": "string"
        -                  },
        -                  "type": "array"
        -                }
        -              },
        -              "required": [
        -                "id",
        -                "title",
        -                "event_url"
        -              ],
        -              "type": "object"
        -            },
        -            "event_id": {
        -              "type": "string"
        -            },
        -            "liked": {
        -              "type": [
        -                "boolean",
        -                "null"
        -              ]
        -            },
        -            "notes": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "rating": {
        -              "type": [
        -                "number",
        -                "null"
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "follow_up": {
        -          "type": "string"
        -        },
        -        "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"
        -        },
        -        "saved": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "saved",
        -        "feedback",
        -        "profile"
        -      ],
        -      "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
    • Changedsave_event_preferences9 fields changed
      • addedInput schema / $defs
        Added value: +{
        +  "dayPreference": {
        +    "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"
        +  },
        +  "preferences": {
        +    "properties": {
        +      "avoid": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "cities": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "day_filters": {
        +        "additionalProperties": {
        +          "$ref": "#/$defs/dayPreference"
        +        },
        +        "propertyNames": {
        +          "enum": [
        +            "monday",
        +            "tuesday",
        +            "wednesday",
        +            "thursday",
        +            "friday",
        +            "saturday",
        +            "sunday"
        +          ]
        +        },
        +        "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"
        +  }
        +}
      • removedInput schema / properties / consent / description
        Removed value: -"Must be true only after the user agreed to save preferences."
      • removedInput schema / properties / mode / default
        Removed value: -"merge"
      • addedInput schema / properties / preferences / $ref
        Added value: +"#/$defs/preferences"
      • removedInput schema / properties / preferences / properties
        Removed value: -{
        -  "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"
        -  }
        -}
      • removedInput schema / properties / preferences / type
        Removed value: -"object"
      • removedInput schema / properties / profile_id / description
        Removed value: -"Stable user/profile id."
      • removedInput schema / properties / profile_secret / description
        Removed value: -"Private profile secret returned when the profile was created."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "access_instructions": {
        -          "properties": {
        -            "deletion_instruction": {
        -              "type": "string"
        -            },
        -            "keep_private": {
        -              "type": "boolean"
        -            },
        -            "profile_id": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret": {
        -              "type": [
        -                "string",
        -                "null"
        -              ]
        -            },
        -            "profile_secret_returned_now": {
        -              "type": "boolean"
        -            },
        -            "purpose": {
        -              "type": "string"
        -            },
        -            "reuse_instruction": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "profile_id",
        -            "profile_secret",
        -            "profile_secret_returned_now",
        -            "keep_private",
        -            "purpose",
        -            "reuse_instruction",
        -            "deletion_instruction"
        -          ],
        -          "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"
        -        },
        -        "saved": {
        -          "type": "boolean"
        -        }
        -      },
        -      "required": [
        -        "saved"
        -      ],
        -      "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
    • Changedsearch_events13 fields changed
      • removedInput schema / properties / avoid / description
        Removed value: -"Terms to penalize in recommendations."
      • removedInput schema / properties / city / description
        Removed value: -"City name, for example berlin or new york."
      • removedInput schema / properties / date_from / description
        Removed value: -"Inclusive start date in YYYY-MM-DD format."
      • removedInput schema / properties / date_to / description
        Removed value: -"Inclusive end date in YYYY-MM-DD format."
      • removedInput schema / properties / featuring / description
        Removed value: -"Artist or performer name."
      • removedInput schema / properties / limit / default
        Removed value: -12
      • removedInput schema / properties / limit / description
        Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
      • removedInput schema / properties / max_price / description
        Removed value: -"Preference hint used by recommend_events and plan_night."
      • removedInput schema / properties / offset / default
        Removed value: -0
      • removedInput schema / properties / query / description
        Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
      • removedInput schema / properties / result_limit / default
        Removed value: -10
      • removedInput schema / properties / when / description
        Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
      • changedOutput schema / (root)
        Previous value: -{
        -  "anyOf": [
        -    {
        -      "properties": {
        -        "app_download_url": {
        -          "description": "Dizko iPhone app landing page.",
        -          "type": "string"
        -        },
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "count": {
        -          "type": "number"
        -        },
        -        "events": {
        -          "items": {
        -            "properties": {
        -              "attendance_count": {
        -                "type": [
        -                  "number",
        -                  "null"
        -                ]
        -              },
        -              "calendar_url": {
        -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "city": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "description": {
        -                "description": "Short one-line event description for display.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "directions_url": {
        -                "description": "Google Maps directions link. Offer as 'Get directions'.",
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ends_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "event_types": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "event_url": {
        -                "type": "string"
        -              },
        -              "genres": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "id": {
        -                "type": "string"
        -              },
        -              "lineup": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              },
        -              "price": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "source": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "starts_at": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "ticket_url": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "title": {
        -                "type": "string"
        -              },
        -              "venue": {
        -                "type": [
        -                  "string",
        -                  "null"
        -                ]
        -              },
        -              "vibe": {
        -                "items": {
        -                  "type": "string"
        -                },
        -                "type": "array"
        -              }
        -            },
        -            "required": [
        -              "id",
        -              "title",
        -              "event_url"
        -            ],
        -            "type": "object"
        -          },
        -          "type": "array"
        -        }
        -      },
        -      "required": [
        -        "count",
        -        "events"
        -      ],
        -      "type": "object"
        -    },
        -    {
        -      "properties": {
        -        "assistant_instruction": {
        -          "type": "string"
        -        },
        -        "cause": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "classification": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "code": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "error": {
        -          "type": "string"
        -        },
        -        "hostname": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        },
        -        "retryable": {
        -          "type": "boolean"
        -        },
        -        "status": {
        -          "type": [
        -            "number",
        -            "null"
        -          ]
        -        },
        -        "type": {
        -          "type": "string"
        -        },
        -        "url": {
        -          "type": [
        -            "string",
        -            "null"
        -          ]
        -        }
        -      },
        -      "required": [
        -        "error"
        -      ],
        -      "type": "object"
        -    }
        -  ],
        -  "type": "object"
        -}New value: +null
  6. 21 tool updates
    • First observedcreate_event_calendar_file
    • First observedcreate_event_preference_profile
    • First observeddelete_event_preferences
    • First observedget_artist_events
    • First observedget_city_pulse
    • First observedget_daily_roundup
    • First observedget_event
    • First observedget_event_feedback_prompt
    • First observedget_event_preferences
    • First observedget_event_search_followups
    • First observedget_preference_onboarding
    • First observedget_ticket_offers
    • First observedget_ticket_purchase_policy
    • First observedplan_night
    • First observedpurchase_ticket_order
    • First observedquote_ticket_order
    • First observedrecommend_events
    • First observedrecommend_events_for_user
    • First observedrecord_event_feedback
    • First observedsave_event_preferences
    • First observedsearch_events

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

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