From a1decc4a5e089670e482f194a5ed4192e337f8fc Mon Sep 17 00:00:00 2001 From: Jacob Horbulyk Date: Fri, 24 Jan 2020 10:24:59 +0100 Subject: [PATCH] Add @adobe/jsonschema2md as an implementation. --- implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations.md b/implementations.md index 9ee00aaa..97a23ee7 100644 --- a/implementations.md +++ b/implementations.md @@ -123,6 +123,7 @@ Hyper-Schema - JavaScript - [@cloudflare/doca](https://github.com/cloudflare/json-schema-tools/tree/master/workspaces/doca) ([JSON Schema Tools](https://github.com/cloudflare/json-schema-tools)), _draft-04, -06, -07, and Doca extensions_ (UI forthcoming) + - [@adobe/jsonschema2md](https://github.com/adobe/jsonschema2md) makes it easier by providing a number of scripts that can turn JSON Schema files into readable Markdown documentation that is ready for consumption on GitHub or processed using Jekyll or other static site generators. _JSON Schema 2019-09_ - Python - [FastAPI](https://github.com/tiangolo/fastapi) (MIT) is an API framework based on Python 3.6+ types that generates **OpenAPI 3** schemas, including **JSON Schemas** for all the models declared.