pub const SCHEMA_VERSION: u32 = 1;Expand description
Current envelope/DTO schema version for ossctl’s public JSON output.
Monotonic integer. Breaking changes (removing/renaming fields, changing types or enum semantics, tightening nullability, changing event ordering) bump this; additive changes (new optional fields) do not.