{ "$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" ] }