We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc3ad1 commit b3af091Copy full SHA for b3af091
README.md
@@ -12,6 +12,10 @@ The good news is that there are many validators for JSON Schema for different la
12
13
The purpose of this project is to fill the gap by doing the conversion between these two formats.
14
15
+There is also a [CLI tool for this](https://github.com/mikunn/openapi2schema).
16
+
17
+If you need to do the conversion in reverse, checkout [json-schema-to-openapi-schema](https://github.com/philsturgeon/json-schema-to-openapi-schema).
18
19
## Features
20
21
* converts OpenAPI 3.0 Schema Object to JSON Schema Draft 4
0 commit comments