validator_validate_uuid
Validate UUID strings to check format, version, and variant. Returns validation status and technical details for data verification.
Instructions
[validator] Validate a UUID string. Returns {valid: bool, version: int, variant: str}. Accepts with or without hyphens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |