changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "address": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "avg_rating": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "category": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "is_sponsored": {
+ "type": "boolean"
+ },
+ "is_verified": {
+ "type": "boolean"
+ },
+ "listing_type": {
+ "enum": [
+ "curated",
+ "directory"
+ ],
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "price_tier": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "recent_reviews": {
+ "type": "array"
+ },
+ "review_count": {
+ "type": "number"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "summary": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "website": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}