ZoomInfo · Schema

Input7

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companycity string
companyname string
companystate string
companystreet string
companywebsite string
View JSON Schema on GitHub

JSON Schema

zoominfo-input7-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companycity": {
      "type": "string",
      "example": "San Francisco"
    },
    "companyname": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "companystate": {
      "type": "string",
      "example": "CA"
    },
    "companystreet": {
      "type": "string",
      "example": "example_value"
    },
    "companywebsite": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "companycity",
    "companyname",
    "companystate",
    "companystreet",
    "companywebsite"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input7"
}