ZoomInfo · Schema

ExternalUrl

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
type string
url string
View JSON Schema on GitHub

JSON Schema

zoominfo-external-url-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "standard"
    },
    "url": {
      "type": "string",
      "example": "https://www.example.com/resource"
    }
  },
  "required": [
    "type",
    "url"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExternalUrl"
}