pub fn schema_for<T: Facet<'static>>() -> JsonSchemaExpand description
Generate a JSON Schema from a facet type.
This returns a JsonSchema struct that can be serialized to JSON.
pub fn schema_for<T: Facet<'static>>() -> JsonSchemaGenerate a JSON Schema from a facet type.
This returns a JsonSchema struct that can be serialized to JSON.