Expand description
JSON Schema wrapper types.
This module provides a thin newtype around serde_json::Value used to
represent JSON Schemas throughout the Lucy framework. Keeping a dedicated
type here leaves room for future validation hooks without breaking the
public API of crate::endpoint::EndpointMeta.
Structsยง
- Json
Schema Wrapper - A thin wrapper around
serde_json::Valuerepresenting a JSON Schema.