diff --git a/crates/integr-structs/src/api.rs b/crates/integr-structs/src/api.rs index 3995621..140f212 100644 --- a/crates/integr-structs/src/api.rs +++ b/crates/integr-structs/src/api.rs @@ -238,7 +238,7 @@ pub mod v3 { pub struct MetricOutput { pub id : String, #[serde(rename = "type")] - json_type : String, + pub json_type : String, addr : String, pub value : Value, }