my public json schemas
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Dumas aeff19f39a
continuous-integration/drone/push Build is passing Details
docs and license
11 months ago
hugo Better start namespacing now before I regret it. 12 months ago
obsidian Better start namespacing now before I regret it. 12 months ago
.drone.yml other other way around should do it 12 months ago
LICENSE docs and license 11 months ago
README.md docs and license 11 months ago

README.md

Purpose

This repository triggers a pipeline that copies its contents to . I've set it up this way exclusively because I was too lazy to figure out how to write Go code that could resolve local/relative references to other JSONSchema files.

It ends up being a hell of a lot simpler to just host them online and use absolute references.

Collaboration

To that end, I am opening this repository to PRs. Pretty much anything reasonable is on the table, if you're gonna use it.

Caveat

This repository will not teach you what JSONSChema is or how to use it, althought it does contain some practical examples.

I'd strongly recommend working through the official documentation to get a grasp on things.