validator_validate_uuid
Validate a UUID string and return its validity, version, and variant. Accepts UUIDs with or without hyphens. Returns an object with boolean valid, integer version, and string variant.
Instructions
[validator] Validate a UUID string. Returns {valid: bool, version: int, variant: str}. Accepts with or without hyphens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |