Adding tid
and record-key
string formats to Lexicon language
#2387
bnewbold
announced in
Dev Announcements
Replies: 2 comments 6 replies
-
Hi, would this be a valid TID (16L55C:1Z5:4KL)? Thanks, Erik |
Beta Was this translation helpful? Give feedback.
4 replies
-
I just opened up a repository for a little code to generate a TID in python. See: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are making a relatively small change to the Lexicon schema language, adding two new string formats:
tid
: generic TID identifier, as specified hererecord-key
: the generic (most flexible) version of Record Key syntax, as specified hereWe intend to use these new formats in existing Lexicons in the near future. This is technically breaking the Lexicon stability/compatibility rules, and are part of some protocol tech debt / cleanups around stabilizing atproto and the existing Lexicons (discussion and details).
See also:
Beta Was this translation helpful? Give feedback.
All reactions