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

Commit 11ac672

Browse files
authored
Merge branch 'master' into 2020-12-update
2 parents b891edd + 7083f64 commit 11ac672

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@
101101
date-draft: [2019-09]
102102
draft: [7, 6]
103103
license: GNU Affero General Public License v3.0
104+
- name: Vert.x Json Schema
105+
url: https://github.com/eclipse-vertx/vertx-json-schema
106+
notes: Validator for Eclipse Vert.x project JSON types.
107+
date-draft: [2019-09]
108+
draft: [7]
109+
license: Apache License, Version 2.0
110+
notes: includes custom keywords support, custom dialect support, asynchronous validation
104111
- name: everit-org/json-schema
105112
url: https://github.com/everit-org/json-schema
106113
notes:

implementations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ _None currently support draft-06 or later._
289289
- [WebStorm](https://www.jetbrains.com/webstorm/), [IntelliJ IDEA](https://www.jetbrains.com/idea/), and other [JetBrains IDEs](https://www.jetbrains.com/products.html?fromMenu#type=ide) - *Code completion, documentation, and validation for JSON and YAML files using JSON Schema. Support for draft-4, draft-6, and draft-7.*
290290
- [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.*
291291

292+
#### Documentation generators
293+
294+
- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7.
295+
- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4.
296+
- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7.
297+
292298
Schema Repositories
293299
-------------------
294300

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ Questions? Feeling helpful? Get involved on:
112112
* [GitHub](http://github.com/json-schema-org/json-schema-spec)
113113
* [Google Groups](https://groups.google.com/forum/#!forum/json-schema)
114114
* [Slack](/slack)
115+
* [Open Collective](https://opencollective.com/json-schema)

0 commit comments

Comments
 (0)