Skip to main content

Module schema

Module schema 

Source
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ยง

JsonSchemaWrapper
A thin wrapper around serde_json::Value representing a JSON Schema.