Implement JsonSchema on indexmap types
This commit is contained in:
parent
8d0ccc89db
commit
fd42debc4d
8 changed files with 60 additions and 1 deletions
|
@ -23,4 +23,8 @@ Implements `JsonSchema` on Schemars types themselves.
|
|||
|
||||
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).
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue