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

@ -27,4 +27,7 @@ Implements `JsonSchema` on `IndexMap` and `IndexSet` from [indexmap](https://git
### either
Implements `JsonSchema` on [`Either`](https://github.com/bluss/either).
### uuid
Implements `JsonSchema` on [`Uuid`](https://github.com/uuid-rs/uuid).
</div>