rskit-schema 0.2.0-alpha.3

JSON Schema generation from Rust types via schemars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rskit-schema

JSON Schema generation and validation helpers for rskit.

`rskit-schema` wraps `schemars` and `jsonschema` behind a small foundational API for generating schemas from Rust types, compiling schemas once, validating JSON values, and bounding structured-output validation.

## Features

- Generate JSON Schema documents from `JsonSchema` types.
- Compile schemas into reusable validators.
- Validate arbitrary `serde_json::Value` inputs.
- Configure validation limits for structured outputs.
- Re-export `schemars::JsonSchema` for downstream derive usage.