changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "feedback": {
- "properties": {
- "attended_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "created_at": {
- "type": "string"
- },
- "event": {
- "properties": {
- "attendance_count": {
- "type": [
- "number",
- "null"
- ]
- },
- "calendar_url": {
- "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
- "type": [
- "string",
- "null"
- ]
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Short one-line event description for display.",
- "type": [
- "string",
- "null"
- ]
- },
- "directions_url": {
- "description": "Google Maps directions link. Offer as 'Get directions'.",
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_url": {
- "type": "string"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "lineup": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "price": {
- "type": [
- "string",
- "null"
- ]
- },
- "source": {
- "type": [
- "string",
- "null"
- ]
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "id",
- "title",
- "event_url"
- ],
- "type": "object"
- },
- "event_id": {
- "type": "string"
- },
- "liked": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "notes": {
- "type": [
- "string",
- "null"
- ]
- },
- "rating": {
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "follow_up": {
- "type": "string"
- },
- "profile": {
- "properties": {
- "consent": {
- "type": "boolean"
- },
- "feedback_count": {
- "type": "number"
- },
- "learned_preferences": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "cities": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "day_filters": {
- "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
- "properties": {
- "friday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "monday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "saturday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "sunday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "thursday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "tuesday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "wednesday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- }
- },
- "type": "object"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "preferences": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "cities": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "day_filters": {
- "description": "Optional per-weekday filters applied only when searching that day, for example techno Fridays but chill Sundays. Array fields add to the user's general taste; max_price/free/nightlife override it for that day.",
- "properties": {
- "friday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "monday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "saturday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "sunday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "thursday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "tuesday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "wednesday": {
- "properties": {
- "avoid": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- }
- },
- "type": "object"
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "featuring": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "free": {
- "type": "boolean"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_price": {
- "type": "number"
- },
- "neighborhoods": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "nightlife": {
- "type": "boolean"
- },
- "venues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "profile_id": {
- "type": "string"
- },
- "updated_at": {
- "type": "string"
- }
- },
- "required": [
- "profile_id",
- "consent",
- "preferences",
- "feedback_count",
- "updated_at"
- ],
- "type": "object"
- },
- "saved": {
- "type": "boolean"
- }
- },
- "required": [
- "saved",
- "feedback",
- "profile"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null