{ "type": "object", "properties": { "division": { "type": "string", "example": "example_value" }, "id": { "type": "integer", "example": 500123 }, "name": { "type": "string", "example": "Acme Corporation" }, "descriptionList": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "description": { "type": "string", "example": "Enterprise software company" } }, "required": [ "description" ] } }, "phone": { "type": "string", "example": "+1-555-555-1234" }, "fax": { "type": "string", "example": "example_value" }, "street": { "type": "string", "example": "example_value" }, "city": { "type": "string", "example": "San Francisco" }, "state": { "type": "string", "example": "CA" }, "zipCode": { "type": "string", "example": "94105" }, "country": { "type": "string", "example": "US" }, "logo": { "type": "string", "example": "example_value" }, "sicCodes": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "name": { "type": "string", "example": "Acme Corporation" } }, "required": [ "id", "name" ] } }, "naicsCodes": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "name": { "type": "string", "example": "Acme Corporation" } }, "required": [ "id", "name" ] } }, "website": { "type": "string", "example": "example_value" }, "revenue": { "type": "string", "example": "example_value" }, "revenueNumeric": { "type": "integer", "example": 100 }, "employeeCount": { "type": "integer", "example": 250 }, "type": { "type": "string", "example": "standard" }, "ticker": { "type": "string", "example": "example_value" }, "ranking": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "socialMediaUrls": { "type": "array", "description": "", "example": "https://www.example.com", "items": { "type": "object", "properties": { "type": { "type": "string", "example": "standard" }, "url": { "type": "string", "example": "https://www.example.com/resource" }, "followerCount": { "type": "string", "example": "example_value" } }, "required": [ "type", "url", "followerCount" ] } }, "primaryIndustry": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "industries": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "revenueRange": { "type": "string", "example": "example_value" }, "employeeRange": { "type": "string", "example": "example_value" } }, "required": [ "division", "id", "name", "descriptionList", "phone", "fax", "street", "city", "state", "zipCode", "country", "logo", "sicCodes", "naicsCodes", "website", "revenue", "revenueNumeric", "employeeCount", "type", "ticker", "ranking", "socialMediaUrls", "primaryIndustry", "industries", "revenueRange", "employeeRange" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Company12" }