Implement JsonSchema on Either

This commit is contained in:
Graham Esau 2019-12-27 22:16:01 +00:00
parent fd42debc4d
commit fbd019baae
8 changed files with 58 additions and 4 deletions

View file

@ -16,15 +16,15 @@ schemars = { version = "0.6", features = ["chrono"] }
<div class="indented">
### impl_json_schema
Implements `JsonSchema` on Schemars types themselves.
### chrono
Implements `JsonSchema` on 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).
### either
Implements `JsonSchema` on [`Either`](https://github.com/bluss/either).
</div>