serde_with v3.7.0
Added
- Implement
JsonSchemaAs
forEnumMap
by @swlynch99 (#697) - Implement
JsonSchemaAs
forIfIsHumanReadable
by @swlynch99 (#717) - Implement
JsonSchemaAs
forKeyValueMap
by @swlynch99 (#713) - Implement
JsonSchemaAs
forOneOrMany
by @swlynch99 (#719)
Fixed
- Detect conflicting
schema_with
attributes on fields withschemars
annotations by @swlynch99 (#715)
This extends the existing avoidance mechanism to a new variant fixing #712.