This repo hosts the JSON schema for hypermode.json
.
In your hypermode.json
, add this line to get autocomplete and error checking:
{
"$schema": "https://manifest.hypermode.com/hypermode.json"
}
This repository also contains a small Go module, used internally at Hypermode
to ensure that reading from a hypermode.json
manifest file is done consistently
across various projects. It is not intended for public use.