Skip to main content

ToolHive registry JSON schema

This is the JSON schema for the ToolHive registry. It defines the structure and constraints for the registry entries, ensuring that all entries conform to a consistent format.

To use this schema in your own custom registry file, add a $schema property at the top of your JSON file:

{
"$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/schema.json",
...
}
Loading ....