ZoomInfo · Schema

Input8

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyname string
View JSON Schema on GitHub

JSON Schema

zoominfo-input8-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyname": {
      "type": "string",
      "example": "Acme Corporation"
    }
  },
  "required": [
    "companyname"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input8"
}