Skip to content

hypermode.json Manifest

Notifications You must be signed in to change notification settings

hypermodeAI/manifest

Repository files navigation

Hypermode Manifest

This repo hosts the JSON schema for hypermode.json.

Hypermode | Docs

Usage

In your hypermode.json, add this line to get autocomplete and error checking:

{
  "$schema": "https://manifest.hypermode.com/hypermode.json"
}

Extras

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.