changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "_normalization": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "detail": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "error_type": {
+ "type": "string"
+ },
+ "experiences": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "booking_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "type": "string"
+ },
+ "city": {
+ "type": "string"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "additionalProperties": true,
+ "properties": {
+ "amount_minor": {
+ "type": "integer"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "display": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "product_id": {
+ "description": "Stable experience identifier for detail, availability, related-experience, and card-rendering calls.",
+ "type": "string"
+ },
+ "rating": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "review_count": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "venue": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "product_id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "message": {
+ "type": "string"
+ },
+ "pagination": {
+ "additionalProperties": true,
+ "properties": {
+ "limit": {
+ "type": "integer"
+ },
+ "offset": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "request_id": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "booking_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "type": "string"
+ },
+ "city": {
+ "type": "string"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "additionalProperties": true,
+ "properties": {
+ "amount_minor": {
+ "type": "integer"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "display": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "product_id": {
+ "description": "Stable experience identifier for detail, availability, related-experience, and card-rendering calls.",
+ "type": "string"
+ },
+ "rating": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "review_count": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "venue": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "product_id",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "schema_version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}