is_valid_spotify_uri
Check if a string is a well-formed Spotify URI by verifying the spotify: scheme and a 22-character base62 ID, returning true only for valid references.
Instructions
Boolean validity check for a single Spotify reference — true only for well-formed spotify: URIs with a 22-char base62 ID; evaluated locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify reference to check |