Skip to main content
Glama

Create Event Preference Profile

create_event_preference_profile

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
consentYes
preferencesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema 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
  2. Changed6 schema 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"
      +}
  3. Changed6 schema 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
  4. First observed

TDQS

B3/5.0
Behavior2/5

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

Annotations are all false and provide little safety signal, so the description carries the burden. It only says 'create a saved profile,' implying persistence and consent, but it does not disclose important behavior such as whether an existing profile is overwritten, what happens if consent is false, or any side effects.

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, efficient sentence with no wasted words and the usage trigger front-loaded. However, it is too brief for the complexity of the tool, so it is not fully appropriate in size.

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 no output schema, no helpful annotations, and a complex preferences input, this one-sentence description is inadequate. It omits consent semantics, default behavior, return value expectations, and the distinction from save_event_preferences.

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 adds no parameter meaning. It hints at consent through 'user agrees,' but does not explain the required consent boolean or the large preferences object at all.

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 trigger condition and resource: a user agrees to create a saved Dizko preference profile. It is not a tautology, but it does not explicitly differentiate this from the sibling save_event_preferences, so it misses the top score.

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 provides clear context for when to use the tool: when the user agrees to create a saved profile. However, it does not mention alternatives or exclusion cases, so an agent is not told how this differs from save_event_preferences.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources