1/// Canonical row representation used across commands, services, and DSL stages. 2pub type Row = serde_json::Map<String, serde_json::Value>;