ZoomInfo · Schema

ValidateTargetURLRequest

ValidateTargetURLRequest schema from ZoomInfo API

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
targetUrl string
objectType string
fullPayload boolean
View JSON Schema on GitHub

JSON Schema

zoominfo-validate-target-u-r-l-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-schema/zoominfo-validate-target-u-r-l-request-schema.json",
  "title": "ValidateTargetURLRequest",
  "description": "ValidateTargetURLRequest schema from ZoomInfo API",
  "type": "object",
  "properties": {
    "targetUrl": {
      "type": "string",
      "example": "https://www.example.com/resource"
    },
    "objectType": {
      "type": "string",
      "example": "standard"
    },
    "fullPayload": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "targetUrl",
    "objectType",
    "fullPayload"
  ]
}