ZoomInfo · JSON Structure

Zoominfo Validate Target U R L Request Structure

ValidateTargetURLRequest schema from ZoomInfo API

Type: object Properties: 3 Required: 3
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

ValidateTargetURLRequest is a JSON Structure definition published by ZoomInfo, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

targetUrl objectType fullPayload

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zoominfo/refs/heads/main/json-structure/zoominfo-validate-target-u-r-l-request-structure.json",
  "name": "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"
  ]
}