changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of results returned",
+ "type": "number"
+ },
+ "results": {
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Formatted address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "categories": {
+ "description": "Place category names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "category_ids": {
+ "description": "Foursquare category IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "chain": {
+ "description": "Chain name if applicable",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "description": "Country name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Place description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "distance_m": {
+ "description": "Distance in metres from search centre",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "foursquare_url": {
+ "description": "Foursquare profile URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fsq_place_id": {
+ "description": "Foursquare place ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hours": {
+ "description": "Hours of operation display text",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latitude": {
+ "description": "Latitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "locality": {
+ "description": "City or locality name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "longitude": {
+ "description": "Longitude coordinate",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Place name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "open_now": {
+ "description": "Whether place is open now",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "popularity": {
+ "description": "Popularity score",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "postcode": {
+ "description": "Postal code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price": {
+ "description": "Price level",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rating": {
+ "description": "Place rating",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "region": {
+ "description": "State or region",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tel": {
+ "description": "Phone number",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "timezone": {
+ "description": "Time zone",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "website": {
+ "description": "Place website URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "results"
+ ],
+ "type": "object"
+}