Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dendrodocs/schema


https://github.com/dendrodocs/schema

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# JSON Schema for DendroDocs

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

For more information, check the [DendroDocs organization](https://github.com/DendroDocs).

## Usage

Include the schema reference in your JSON files:

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