Public repository of Resonite JSON schemas.
JSON Schemas are files which describe the layout and schema of a JSON file. You can use them to Generate Code, Validate JSON etc.
When creating headless configuration files, or Resonite Client configuration files you might be unsure what you can do. These files are designed to fix this :)
We recommend using VS Code to edit your JSON files, it will then be automatic! See VSCode's guide for more information. There are other tools you can use but we've had mixed success with these. The JSON Schema website has a list of tooling.
- HeadlessConfig.schema.json - For headless configuration
- Config.schema.json - For client configuration files
Head to the official JSON Schema website!
Our JSON Schema generator only supports draft-04 right now. Please help it reach 06/07 support :)