//! Print the JSON Schema for `pathlint sort --json` to stdout.
//!
//! Generated from the live `pathlint::sort::SortPlan` type via
//! `schemars`. Used by:
//!
//! - the `tests/sort_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_sort_schema > schemas/sort.schema.json