We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1135e4a commit e2f8308Copy full SHA for e2f8308
pkg/registry/loader.go
@@ -304,7 +304,7 @@ func (b *Builder) WriteJSON(path string) error {
304
305
// Wrap the registry with the schema
306
wrappedRegistry := registryWithSchema{
307
- Schema: "https://raw.githubusercontent.com/stacklok/toolhive/main/docs/registry/schema.json",
+ Schema: "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json",
308
Registry: registry,
309
}
310
0 commit comments