JSON Schema for DendroDocs

This repository contains the schema definitions for JSON files used in DendroDocs projects.

For more information, check the DendroDocs organization.

Usage

Include the schema reference in your JSON files:

{
    "$schema": "https://dendrodocs.dev/schemas/v0/intermediary-json-schema.json",
    ...
}