pub fn all_schemas() -> BTreeMap<&'static str, Schema>
Returns all JSON schemas for commands that support –json output. Uses BTreeMap for deterministic ordering (important for diffable output).