Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dendrodocs/schema
https://github.com/dendrodocs/schema
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dendrodocs/schema
- Owner: dendrodocs
- License: mit
- Created: 2024-07-01T08:24:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T17:24:18.000Z (4 months ago)
- Last Synced: 2024-08-26T20:31:28.891Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
...
}
```