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)