Available on crate feature
schemars_1
only.Expand description
Integration with schemars v1.
This module is only available if using the schemars_1
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.