fork of indigo with slightly nicer lexgen

lexicon: nsid rkey type (#865)

https://github.com/bluesky-social/atproto-website/pull/374

authored by bnewbold.net and committed by GitHub 767cd562 5a7d037e

Changed files
+1 -1
atproto
lexicon
+1 -1
atproto/lexicon/language.go
··· 296 296 297 297 func (s *SchemaRecord) CheckSchema() error { 298 298 switch s.Key { 299 - case "tid", "any": 299 + case "tid", "nsid", "any": 300 300 // pass 301 301 default: 302 302 if !strings.HasPrefix(s.Key, "literal:") {