ZoomInfo · JSON Structure

Zoominfo Input17 Structure

Type: object Properties: 4
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Input17 is a JSON Structure definition published by ZoomInfo, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

companyname personfirstname personlastname personemailaddress

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Input17",
  "properties": {
    "companyname": {
      "type": "string"
    },
    "personfirstname": {
      "type": "string"
    },
    "personlastname": {
      "type": "string"
    },
    "personemailaddress": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}