ZoomInfo · Schema

ValidateTargetURLisaccessible

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
message string
success boolean
responseCode integer
View JSON Schema on GitHub

JSON Schema

zoominfo-validate-target-ur-lisaccessible-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "example_value"
    },
    "success": {
      "type": "boolean",
      "example": true
    },
    "responseCode": {
      "type": "integer",
      "example": 100
    }
  },
  "required": [
    "message",
    "success",
    "responseCode"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidateTargetURLisaccessible"
}