ZoomInfo · Schema

Company9

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyId integer
companyName string
companyPhone string
companyWebsite string
View JSON Schema on GitHub

JSON Schema

zoominfo-company9-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyId": {
      "type": "integer",
      "example": 500123
    },
    "companyName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "companyPhone": {
      "type": "string",
      "example": "+1-555-555-1234"
    },
    "companyWebsite": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "companyId",
    "companyName",
    "companyPhone",
    "companyWebsite"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Company9"
}