Skip to content

Commit

Permalink
Added support for SSL
Browse files Browse the repository at this point in the history
Fixes #1109
Fixes #908
Fixes #778
Fixes #12
  • Loading branch information
madskristensen committed May 26, 2020
1 parent 21ac3fb commit 4757450
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 266 deletions.
32 changes: 3 additions & 29 deletions README.md
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).
Loading

0 comments on commit 4757450

Please sign in to comment.