Implement JsonSchema on Either
This commit is contained in:
parent
fd42debc4d
commit
fbd019baae
8 changed files with 58 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue