docs and license
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5f1bc452ac
commit
aeff19f39a
@ -0,0 +1,7 @@
|
||||
Copyright 2023 Nick Dumas
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@ -0,0 +1,22 @@
|
||||
# Purpose
|
||||
This repository triggers a pipeline that copies its contents
|
||||
to [](https://schemas.ndumas.com). 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](https://json-schema.org/learn/getting-started-step-by-step.html)
|
||||
to get a grasp on things.
|
Loading…
Reference in New Issue