6sense · Schema

6sense Company

ABMAccount-Based MarketingIntent DataB2BPredictive AnalyticsRevenueSales IntelligenceAIMarketing Technology

Properties

Name Type Description
companyId string
domain string
name string
industry string
country string
countryISOCode string
region string
state string
city string
streetAddress string
postalCode string
companyPhone string
employeeCount integer
employeeRange string
annualRevenue number
revenueRange string
siccode string
sicdescription string
naicscode string
naicsdescription string
View JSON Schema on GitHub

JSON Schema

6sense-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/6sense/main/json-schema/6sense-company-schema.json",
  "title": "6sense Company",
  "type": "object",
  "properties": {
    "companyId": { "type": "string" },
    "domain": { "type": "string" },
    "name": { "type": "string" },
    "industry": { "type": "string" },
    "country": { "type": "string" },
    "countryISOCode": { "type": "string" },
    "region": { "type": "string" },
    "state": { "type": "string" },
    "city": { "type": "string" },
    "streetAddress": { "type": "string" },
    "postalCode": { "type": "string" },
    "companyPhone": { "type": "string" },
    "employeeCount": { "type": "integer" },
    "employeeRange": { "type": "string" },
    "annualRevenue": { "type": "number" },
    "revenueRange": { "type": "string" },
    "siccode": { "type": "string" },
    "sicdescription": { "type": "string" },
    "naicscode": { "type": "string" },
    "naicsdescription": { "type": "string" }
  }
}