Validate Uuid
validate_uuidValidate and parse a UUID (keyless, offline): checks the format and returns the version (1-8), variant, whether it is nil/max, and — for time-based versions (v1, v7) — the embedded timestamp as an ISO date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | A UUID, e.g. "550e8400-e29b-41d4-a716-446655440000". |