changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "chargedCredits": {
+ "type": "number"
+ },
+ "nextOffset": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "persons": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "alternateEmails": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "companyEmployeeGrowthRate": {
+ "description": "Percent",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "companyLastFundingDate": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "companyLastFundingType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "companyMonthlyVisits": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "companyName": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "companyWebsite": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "email": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "foundedYear": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "jobFunction": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "jobLevel": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "jobTitle": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linkedin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "naicsCodes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organizationId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "personId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phone": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phones": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "revenueRange": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "personId",
+ "name",
+ "email",
+ "alternateEmails",
+ "phone",
+ "phones",
+ "linkedin",
+ "jobTitle",
+ "jobLevel",
+ "jobFunction",
+ "city",
+ "state",
+ "country",
+ "organizationId",
+ "companyName",
+ "companyWebsite",
+ "revenueRange",
+ "naicsCodes",
+ "foundedYear",
+ "companyMonthlyVisits",
+ "companyEmployeeGrowthRate",
+ "companyLastFundingType",
+ "companyLastFundingDate"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalCount": {
+ "description": "With limit 0: all matching people, including those without an email or phone",
+ "type": "number"
+ }
+ },
+ "required": [
+ "totalCount",
+ "nextOffset",
+ "chargedCredits",
+ "persons"
+ ],
+ "type": "object"
+}