Skip to main content

Module schema

Module schema 

Source
Expand description

Helpers for building x-rust-type JSON Schema extensions.

The x-rust-type extension tells code generators like typify and progenitor to use an existing Rust type rather than generating a new one. This module provides the shared constants and builder used by the manual JsonSchema implementations throughout this crate.

Structsยง

RustTypeInfo
Information for the x-rust-type JSON Schema extension.