random_schema

Function random_schema 

Source
pub fn random_schema(rng: &mut impl Rng, depth: u8) -> Value
Expand description

Generate a random JSON Schema (subset) for fuzzing the value‑generator itself. The result is raw JSON so it can immediately be passed into the authoritative validator for cross‑checking.