changedOutput schema / (root)
Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "calendar_event": {
- "properties": {
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "ics_content": {
- "type": "string"
- },
- "ics_filename": {
- "type": "string"
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": "string"
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": [
- "string",
- "null"
- ]
- },
- "uid": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "uid",
- "ics_filename",
- "ics_content"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "checkout_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "confirmation_prompt": {
- "type": "string"
- },
- "delivery_email": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "order_id": {
- "type": [
- "string",
- "null"
- ]
- },
- "provider_response": {
- "additionalProperties": true,
- "type": [
- "object",
- "null"
- ]
- },
- "purchased": {
- "type": "boolean"
- },
- "quote": {
- "properties": {
- "autonomous_purchase_supported": {
- "type": "boolean"
- },
- "availability_status": {
- "type": "string"
- },
- "checkout_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "currency": {
- "type": [
- "string",
- "null"
- ]
- },
- "estimated_price": {
- "type": [
- "string",
- "null"
- ]
- },
- "event": {
- "properties": {
- "attendance_count": {
- "type": [
- "number",
- "null"
- ]
- },
- "calendar_url": {
- "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
- "type": [
- "string",
- "null"
- ]
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Short one-line event description for display.",
- "type": [
- "string",
- "null"
- ]
- },
- "directions_url": {
- "description": "Google Maps directions link. Offer as 'Get directions'.",
- "type": [
- "string",
- "null"
- ]
- },
- "ends_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "event_types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "event_url": {
- "type": "string"
- },
- "genres": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "lineup": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "price": {
- "type": [
- "string",
- "null"
- ]
- },
- "source": {
- "type": [
- "string",
- "null"
- ]
- },
- "starts_at": {
- "type": [
- "string",
- "null"
- ]
- },
- "ticket_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "type": "string"
- },
- "venue": {
- "type": [
- "string",
- "null"
- ]
- },
- "vibe": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "id",
- "title",
- "event_url"
- ],
- "type": "object"
- },
- "expires_at": {
- "type": "string"
- },
- "fees_included": {
- "type": "boolean"
- },
- "max_total": {
- "type": [
- "number",
- "null"
- ]
- },
- "offer_id": {
- "type": "string"
- },
- "price_guaranteed": {
- "type": "boolean"
- },
- "provider": {
- "type": [
- "string",
- "null"
- ]
- },
- "purchase_mode": {
- "type": "string"
- },
- "quantity": {
- "type": "number"
- },
- "quote_id": {
- "type": "string"
- },
- "refund_terms": {
- "type": "string"
- },
- "stop_conditions": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "ticket_type": {
- "type": "string"
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "receipt_url": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": "string"
- },
- "ticket_delivery_status": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "purchased",
- "status"
- ],
- "type": "object"
- },
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "cause": {
- "type": [
- "string",
- "null"
- ]
- },
- "classification": {
- "type": [
- "string",
- "null"
- ]
- },
- "code": {
- "type": [
- "string",
- "null"
- ]
- },
- "error": {
- "type": "string"
- },
- "hostname": {
- "type": [
- "string",
- "null"
- ]
- },
- "retryable": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "type": {
- "type": "string"
- },
- "url": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
- ],
- "type": "object"
-}New value: +null