From 2105fe0f50f2bf5146a30d3d7b1e0944340f3c89 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 4 Dec 2024 17:46:13 -0800 Subject: [PATCH] lexicon: nsid rkey type --- atproto/lexicon/language.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atproto/lexicon/language.go b/atproto/lexicon/language.go index 734d0031e..1eb5bdf0e 100644 --- a/atproto/lexicon/language.go +++ b/atproto/lexicon/language.go @@ -296,7 +296,7 @@ type SchemaRecord struct { func (s *SchemaRecord) CheckSchema() error { switch s.Key { - case "tid", "any": + case "tid", "nsid", "any": // pass default: if !strings.HasPrefix(s.Key, "literal:") {