ZoomInfo · Schema

Type

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
id integer
type string
View JSON Schema on GitHub

JSON Schema

zoominfo-type-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "example": 500123
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  },
  "required": [
    "id",
    "type"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Type"
}