-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21ac3fb
commit 4757450
Showing
2 changed files
with
240 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,13 @@ | ||
# JSON Schema Store | ||
|
||
|
||
|
||
A collection of JSON schemas | ||
|
||
|
||
The largest collection of independant JSON schemas in the world | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/ab34h2jsrjfiw2xq?svg=true)](https://ci.appveyor.com/project/madskristensen/schemastore-371) | ||
|
||
|
||
|
||
The repository is meant as a universal JSON schema store, | ||
|
||
where schemas for popular JSON documents can be found. | ||
|
||
|
||
The repository is meant as a universal JSON schema store, where schemas for popular JSON documents can be found. | ||
|
||
Website: [schemastore.org](https://schemastore.azurewebsites.net) | ||
|
||
|
||
|
||
## How to use | ||
|
||
|
||
|
||
Schemas are available at (just append schema file name to the path): | ||
|
||
|
||
|
||
| HTTP | HTTP/TLS | | ||
| --- | --- | | ||
| <a href="http://schemastore.org/css/" referrerpolicy="no-referrer">CSS</a> \| <a href="http://schemastore.org/json/" referrerpolicy="no-referrer">JSON</a> \| <a href="http://schemastore.org/javascript/" referrerpolicy="no-referrer">JS</a> | <a href="https://schemastore.azurewebsites.net/schemas/css/" referrerpolicy="no-referrer">CSS</a> \| <a href="https://schemastore.azurewebsites.net/schemas/json/" referrerpolicy="no-referrer">JSON</a> \| <a href="https://schemastore.azurewebsites.net/schemas/javascript/" referrerpolicy="no-referrer">JS</a> | | ||
|
||
|
||
|
||
## Contribute | ||
|
||
Contributions are more than welcome. Both to the website itself or to the various schema files. Before contributing, please carefully read the [guidelines](./CONTRIBUTING.md). | ||
Contributions are more than welcome. Both to the website itself or to the various schema files. Before contributing, please carefully read the [guidelines](./CONTRIBUTING.md). |
Oops, something went wrong.