changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "businesses": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "adPixels": {
+ "additionalProperties": false,
+ "properties": {
+ "chatgpt": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "googleAds": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "googleAnalytics": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "meta": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "tiktok": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "meta",
+ "googleAds",
+ "googleAnalytics",
+ "tiktok",
+ "chatgpt"
+ ],
+ "type": "object"
+ },
+ "address": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "businessId": {
+ "type": "string"
+ },
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "email": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "emails": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "googleProfileClaimed": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "phone": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phones": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rating": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "reviewCount": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "reviewsByStars": {
+ "description": "Counts of 1 to 5 star reviews",
+ "items": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": "array"
+ },
+ "socials": {
+ "additionalProperties": false,
+ "properties": {
+ "facebook": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "instagram": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linkedin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tiktok": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "facebook",
+ "instagram",
+ "linkedin",
+ "tiktok"
+ ],
+ "type": "object"
+ },
+ "website": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "businessId",
+ "name",
+ "categories",
+ "address",
+ "city",
+ "country",
+ "website",
+ "email",
+ "emails",
+ "phone",
+ "phones",
+ "rating",
+ "reviewCount",
+ "reviewsByStars",
+ "googleProfileClaimed",
+ "socials",
+ "adPixels"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "chargedCredits": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "chargedCredits",
+ "businesses"
+ ],
+ "type": "object"
+}