Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 380 Bytes

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",
    ...
}