//! Print the JSON Schema for `pathlint trace --json` to stdout.
//!
//! Generated from the live `pathlint::trace::TraceJsonOutput`
//! type via `schemars`. Used by:
//!
//! - the `tests/trace_schema.rs` drift gate, and
//! - `release.yml`, which uploads the printed schema as a
//! GitHub Release asset alongside the other schemas.
//!
//! Regenerate the checked-in copy with:
//!
//! cargo run --bin gen_trace_schema > schemas/trace.schema.json