From ff030906108c7bcd71b2a68ba17ad18df66fb49b Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 3 Apr 2026 08:23:04 -0300 Subject: [PATCH] schema: update url. --- schema/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/schema.go b/schema/schema.go index 7786bc1..6f726d9 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -18,7 +18,7 @@ import ( "gopkg.in/yaml.v3" ) -const DefaultSchemaURL = "https://raw.githubusercontent.com/nostr-protocol/registry-of-kinds/952c36fcd7129aa85be22d00c2b381ae47ee9c18/schema.yaml" +const DefaultSchemaURL = "https://raw.githubusercontent.com/nostr-protocol/registry-of-kinds/ffa18bf6fb5496d755b465b062e18c676df1a5d4/schema.yaml" // this is used by hex.Decode in the "hex" validator -- we don't care about data races var hexdummydecoder = make([]byte, 128)