Available on crate feature
schemars_0_8
only.Expand description
Integration with schemars v0.8.
This module is only available if using the schemars_0_8
feature of the crate.
If you would like to add support for schemars to your own serde_with
helpers
see JsonSchemaAs
.
Traitsยง
- Json
Schema As - A type which can be described as a JSON schema document.