ZoomInfo · Schema

ValidateTargetURLRequest

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-url-request-schema.json Raw ↑
{
  "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"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidateTargetURLRequest"
}