Implement JsonSchema on indexmap types

This commit is contained in:
Graham Esau 2019-12-27 21:44:50 +00:00
parent 8d0ccc89db
commit fd42debc4d
8 changed files with 60 additions and 1 deletions

View file

@ -208,5 +208,6 @@ fn main() {
## Feature Flags
- `chrono` - implements `JsonSchema` for all [Chrono](https://github.com/chronotope/chrono) types which are serializable by Serde.
- `indexmap` - implements `JsonSchema` on `IndexMap` and `IndexSet` from [indexmap](https://github.com/bluss/indexmap).
- `impl_json_schema` - implements `JsonSchema` for Schemars types themselves