From 6d87d4f80e5d43cc6da13606e5f80a75e3025139 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 10 Jul 2020 15:20:36 -0400 Subject: [PATCH 1/3] add a 'documentation generator' section --- implementations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/implementations.md b/implementations.md index 971abd59..17a455d8 100644 --- a/implementations.md +++ b/implementations.md @@ -289,6 +289,14 @@ _None currently support draft-06 or later._ - [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.* - [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.* +#### Documentation generators + +- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. + +- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. + +- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. + Schema Repositories ------------------- From b3857e88cef82ae5c2eb5f113e290112cbe99bea Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 14 Jul 2020 16:04:04 -0400 Subject: [PATCH 2/3] specify with draft versions are supported --- implementations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/implementations.md b/implementations.md index 17a455d8..1f6bea6f 100644 --- a/implementations.md +++ b/implementations.md @@ -291,11 +291,11 @@ _None currently support draft-06 or later._ #### Documentation generators -- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. +- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7. -- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. +- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4. -- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. +- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7. Schema Repositories ------------------- From 780896d7448ba1d4e3931ba1bba3b7aba8476bda Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 4 Feb 2021 22:00:30 +0000 Subject: [PATCH 3/3] Make spacing consistent --- implementations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/implementations.md b/implementations.md index 1f6bea6f..8a3cdf62 100644 --- a/implementations.md +++ b/implementations.md @@ -292,9 +292,7 @@ _None currently support draft-06 or later._ #### Documentation generators - [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7. - - [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4. - - [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7. Schema Repositories