Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
- [scala-jsonschema](https://github.com/andyglow/scala-jsonschema) (Apache 2.0) - generates schemad out of Scala case classes
- Ruby
- [Shale](https://github.com/kgiszczak/shale) (MIT) - generates schema from Ruby models *supports Draft 2020-12*
- Rust
- [Schemars](https://github.com/GREsau/schemars) (MIT) - generates schema from Rust code *supports Draft 7*

#### From data

Expand Down Expand Up @@ -286,6 +288,7 @@ the utility, and decided on a case-by-case basis.

- OpenAPI
- [JSON Schema to OpenAPI Schema](https://github.com/wework/json-schema-to-openapi-schema) _draft-04_ Draft-06 and -07 planned per README (MIT)
- [OpenAPI specification to JSON Schema](https://github.com/instrumenta/openapi2jsonschema) Draft-07 (MIT)
- Orderly
- [Orderly](https://github.com/lloyd/orderly) (BSD-3-Clause)
- RAML
Expand Down