mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-08-28 03:46:09 +00:00
is_valid_uri required a literal "://", but the atproto uri string format follows RFC 3986's generic URI grammar, which also allows "scheme:opaque-part" forms with no authority (e.g. urn:isbn:...). Records using such values were rejected once production lexicons enable strict validation. Reported as #130. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>