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

@ -2,7 +2,7 @@
## next
### Added:
- Implemented `JsonSchema` on types from `indexmap` and `either` (as optional dependencies)
- Implemented `JsonSchema` on types from `indexmap`, `either` and `uuid` (as optional dependencies)
### Changed
- Remove trait bounds from Map/Set JsonSchema impls. They are unnecessary as we never create/use any instances of these types.