//! Regenerate the committed `Finding` JSON Schema.
//!
//! ```text
//! cargo run -p browser-forensic-core --features schema --example gen_finding_schema \
//! > docs/finding.schema.json
//! ```
//!
//! The schema is derived from the Rust types via schemars, so it never drifts
//! from the serialized shape; the CLI `finding_schema_sync` test keeps the
//! committed copy in step.