Revert unintentional change in behaviour when combining default
and required
attributes (#293)
Never add a field with the `default` attribute to a schema's `required` properties
This commit is contained in:
parent
cf5be1b266
commit
7ecaa7feab
5 changed files with 12 additions and 6 deletions
|
@ -3,7 +3,7 @@ name = "schemars_derive"
|
|||
description = "Macros for #[derive(JsonSchema)], for use with schemars"
|
||||
homepage = "https://graham.cool/schemars/"
|
||||
repository = "https://github.com/GREsau/schemars"
|
||||
version = "0.8.19"
|
||||
version = "0.8.20"
|
||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue