{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CompanyEnrichment", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "['string', 'null']" }, "legalName": { "type": "['string', 'null']" }, "domain": { "type": "string" }, "domainAliases": { "type": "array" }, "site": { "type": "object" }, "category": { "type": "object" }, "tags": { "type": "array" }, "description": { "type": "['string', 'null']" }, "foundedYear": { "type": "['integer', 'null']" }, "location": { "type": "['string', 'null']" }, "timeZone": { "type": "['string', 'null']" }, "utcOffset": { "type": "['number', 'null']" }, "logo": { "type": "['string', 'null']" }, "facebook": { "type": "object" }, "linkedin": { "type": "object" }, "twitter": { "type": "object" }, "crunchbase": { "type": "object" }, "emailProvider": { "type": "['string', 'null']" }, "type": { "type": "['string', 'null']" }, "company_type": { "type": "['string', 'null']" }, "ticker": { "type": "['string', 'null']" }, "identifiers": { "type": "object" }, "phone": { "type": "['string', 'null']" }, "metrics": { "type": "object" }, "indexedAt": { "type": "['string', 'null']" }, "tech": { "type": "array" }, "techCategories": { "type": "array" }, "parent": { "type": "object" }, "ultimateParent": { "type": "object" } } }