ZoomInfo · Schema

Input15

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyname string
companyid integer
View JSON Schema on GitHub

JSON Schema

zoominfo-input15-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyname": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "companyid": {
      "type": "integer",
      "example": 500123
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input15"
}