validator_validate_url
Validate URLs by checking scheme and host validity, returning detailed results including validity status, scheme, host, path, and reason for validation outcome.
Instructions
[validator] Validate a URL. Checks that it has a valid scheme and host. Returns {valid: bool, scheme: str, host: str, path: str, reason: str}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| allowed_schemes | No |