Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from json-schema-org/master
Browse files Browse the repository at this point in the history
Pull changes
  • Loading branch information
gregsdennis authored Feb 22, 2021
2 parents 645f333 + 344f939 commit 6e5c7bd
Show file tree
Hide file tree
Showing 42 changed files with 4,941 additions and 143 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
[submodule "_includes/draft/2019-09"]
path = _includes/draft/2019-09
url = https://github.com/json-schema-org/json-schema-spec.git
[submodule "_includes/draft/2020-12"]
path = _includes/draft/2020-12
url = https://github.com/json-schema-org/json-schema-spec.git
branch = 2020-12
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ DEPENDENCIES
github-pages

BUNDLED WITH
1.16.1
2.2.7
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,36 @@ For the current status of issues and pull requests, please see the following bad
[![Available](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20Available.svg?color=brightgreen)](https://github.com/json-schema-org/json-schema-org.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22) [![In Progress](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20In%20Progress.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status:%20In%20Progress) [![Review Needed](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20Review%20Needed.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status%3A%20Review%20Needed)

[![Critical](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Critical.svg?color=critical
)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Critical) [![High](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20High.svg?color=important)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20High) [![Medium](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Medium.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Medium) [![Low](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Low.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Low)
)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Critical) [![High](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20High.svg?color=important)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20High) [![Medium](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Medium.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Medium) [![Low](https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Low.svg)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Low)

Labels are assigned based on [Sensible Github Labels](https://github.com/Relequestual/sensible-github-labels).

## Compile and run locally

This site runs via github pages, with automatically building PR previews via netlify.
If you wish to compile and run this site locally, you will need to have ruby installed.

If you're not familiar with ruby, consider using `rvm` (https://rvm.io/).
Once you have Ruby installed, follow these instructions while in the project directory

> Instructions
>
> 1. Install the jekyll and bundler gems.
>
> `gem install jekyll bundler`
>
> 2. Create a new Jekyll site at ./myblog.
>
> ...
>
> 3. Build the site and make it available on a local server.
>
> `bundle exec jekyll serve`
>
> 4. Browse to http://localhost:4000
Adapted from https://jekyllrb.com/docs/

## License

The source material in this repository is licensed under the AFL or BSD license.
The source material in this repository is licensed under the AFL or BSD license.
13 changes: 10 additions & 3 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@
date-draft: [2019-09]
draft: [7, 6]
license: GNU Affero General Public License v3.0
- name: Vert.x Json Schema
url: https://github.com/eclipse-vertx/vertx-json-schema
notes: Validator for Eclipse Vert.x project JSON types.
date-draft: [2019-09]
draft: [7]
license: Apache License, Version 2.0
notes: includes custom keywords support, custom dialect support, asynchronous validation
- name: everit-org/json-schema
url: https://github.com/everit-org/json-schema
notes:
Expand Down Expand Up @@ -130,9 +137,9 @@
- name: JavaScript
implementations:
- name: ajv
url: https://github.com/epoberezkin/ajv
notes: "for Node.js and browsers - supports [custom keywords](https://github.com/epoberezkin/ajv-keywords) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)"
date-draft:
url: https://github.com/ajv-validator/ajv
notes: "for Node.js and browsers - supports [user-defined keywords](https://github.com/ajv-validator/ajv/blob/master/docs/keywords.md) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)"
date-draft: [2019-09]
draft: [7, 6, 4]
license: MIT
- name: djv
Expand Down
2 changes: 1 addition & 1 deletion _includes/draft-06
Submodule draft-06 updated 1 files
+1 −0 schema.json
1 change: 1 addition & 0 deletions _includes/draft/2020-12
Submodule 2020-12 added at 0e08f0
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
{% include icon-github.html username=site.github_username %}
</li>
{% endif %}
<li>Discussion: <a href="https://join.slack.com/t/json-schema/shared_invite/enQtNjc5NTk0MzkzODg5LTVlZGIxNmVhMGY2MWFlYTdiNDQ5NWFiZGUwOThhNmYxZDE0YzA5YjRiOTA5MGY4ZTZlZGZhZDFmYTY4NWM2N2Y">Slack</a> | <a href="https://groups.google.com/forum/#!forum/json-schema">Google Groups</a></li>
<li>Discussion: <a href="/slack">Slack</a> | <a href="https://groups.google.com/forum/#!forum/json-schema">Google Groups</a></li>
<li>Site edits: <a href="https://github.com/json-schema-org/json-schema-org.github.io">GitHub repo for site</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{%- endif -%}
{% endfor -%}
<a class="page-link" href="https://join.slack.com/t/json-schema/shared_invite/enQtNjc5NTk0MzkzODg5LTVlZGIxNmVhMGY2MWFlYTdiNDQ5NWFiZGUwOThhNmYxZDE0YzA5YjRiOTA5MGY4ZTZlZGZhZDFmYTY4NWM2N2Y">Join our Slack</a>
<a class="page-link" href="/slack">Join our Slack</a>
</div>
</nav>
{%- endif -%}
Expand Down
Loading

0 comments on commit 6e5c7bd

Please sign in to comment.