ZoomInfo · Schema

JobFunction3

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
name string
department string
View JSON Schema on GitHub

JSON Schema

zoominfo-job-function3-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "department": {
      "type": "string",
      "example": "example_value"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobFunction3"
}