Implement JsonSchema on Uuid

This commit is contained in:
Graham Esau 2019-12-27 22:41:28 +00:00
parent 547f81fd67
commit 008d70e52a
8 changed files with 48 additions and 2 deletions

View file

@ -210,5 +210,6 @@ fn main() {
- `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).
- `either` - implements `JsonSchema` on [`Either`](https://github.com/bluss/either).
- `uuid` - implements `JsonSchema` on [`Uuid`](https://github.com/uuid-rs/uuid).
- `impl_json_schema` - implements `JsonSchema` for Schemars types themselves