Skip to content

Commit

Permalink
lexicon: nsid rkey type (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold authored Dec 5, 2024
2 parents 5a7d037 + 2105fe0 commit 767cd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atproto/lexicon/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:") {
Expand Down

0 comments on commit 767cd56

Please sign in to comment.