schemars/docs/examples/1-derive_jsonschema.md
2019-12-26 21:34:08 +00:00

345 B

layout title parent nav_order summary
default Deriving JsonSchema Examples 1 Deriving JsonSchema on a struct and enum.

Deriving JsonSchema

This is the simplest usage of Schemars. Both types are made to derive JsonSchema, and the schema_for! macro is used to generate the schema itself.

{% include example.md name="main" %}