This repository contains the schema definitions for JSON files used in DendroDocs projects.
For more information, check the DendroDocs organization.
Include the schema reference in your JSON files:
{
"$schema": "https://dendrodocs.dev/schemas/v0/intermediary-json-schema.json",
...
}