changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "chargedCredits": {
+ "type": "number"
+ },
+ "organizations": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "adPixels": {
+ "additionalProperties": false,
+ "description": "true/false where the website was checked, null where it never was",
+ "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"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "domain": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "emails": {
+ "description": "Found on the company website",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "employeeCount": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "employeeGrowthRate": {
+ "description": "Employee growth on LinkedIn in percent",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "employeeMax": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "employeeMin": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "foundedYear": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "hqCity": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hqCountry": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hqState": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "industry": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "keywords": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lastFunding": {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "description": "USD",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "e.g. Seed Round, Series A, Private Equity Round",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "type",
+ "date",
+ "amount"
+ ],
+ "type": "object"
+ },
+ "linkedin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linkedinDescription": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "monthlyGoogleAdSpend": {
+ "description": "Estimated monthly Google Ads spend in USD",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "monthlyVisits": {
+ "description": "Estimated monthly website visits",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "naicsCodes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organizationId": {
+ "type": "string"
+ },
+ "phones": {
+ "description": "Found on the company website",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "revenueRange": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "socials": {
+ "additionalProperties": false,
+ "properties": {
+ "facebook": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "instagram": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linkedin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tiktok": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "x": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "youtube": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "facebook",
+ "instagram",
+ "linkedin",
+ "x",
+ "tiktok",
+ "youtube"
+ ],
+ "type": "object"
+ },
+ "technologies": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "totalFunding": {
+ "description": "USD",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "website": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "websiteAlive": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "websiteDescription": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "websiteTitle": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "organizationId",
+ "name",
+ "domain",
+ "website",
+ "websiteAlive",
+ "websiteTitle",
+ "websiteDescription",
+ "linkedin",
+ "linkedinDescription",
+ "description",
+ "industry",
+ "naicsCodes",
+ "keywords",
+ "technologies",
+ "employeeCount",
+ "employeeMin",
+ "employeeMax",
+ "revenueRange",
+ "monthlyVisits",
+ "monthlyGoogleAdSpend",
+ "employeeGrowthRate",
+ "lastFunding",
+ "totalFunding",
+ "foundedYear",
+ "hqCity",
+ "hqState",
+ "hqCountry",
+ "emails",
+ "phones",
+ "socials",
+ "adPixels"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalCount": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "totalCount",
+ "chargedCredits",
+ "organizations"
+ ],
+ "type": "object"
+}