Skip to content

Commit d35be57

Browse files
* just removed json string from examples for alignment
1 parent cae8446 commit d35be57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proto/frequenz/api/reporting/v1/reporting.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ message SimpleAggregatedMetricValue {
195195
// `Metrics` message to specify the `VOLTAGE` metric and set `connections` to `["dc_battery_1"]`
196196
// for the DC string connected to a battery.
197197
//
198-
// ```json
198+
// ```
199199
// {
200200
// "metric": "VOLTAGE",
201201
// "connections": ["dc_battery_1"]
@@ -227,7 +227,7 @@ message MetricConnections {
227227
// !!! example
228228
// For a metric that can come from multiple DC strings in a PV array, you might specify:
229229
//
230-
// ```json
230+
// ```
231231
// {
232232
// "connections": ["dc_string_1", "dc_string_2"]
233233
// }

0 commit comments

Comments
 (0)