From abee88712c5d4837ea42d3eb24b0c0ba12e95c87 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 5 Dec 2022 11:45:58 +0000 Subject: [PATCH] Make metadata consistent in protobuf messages. --- api/proto/gw/gw.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/proto/gw/gw.proto b/api/proto/gw/gw.proto index 754e2d95..0ca4f900 100644 --- a/api/proto/gw/gw.proto +++ b/api/proto/gw/gw.proto @@ -224,7 +224,7 @@ message GatewayStats { uint32 tx_packets_emitted = 8; // Additional gateway meta-data. - map meta_data = 10; + map metadata = 10; // Tx packets per frequency. map tx_packets_per_frequency = 12; @@ -350,8 +350,8 @@ message UplinkRxInfo { // This value must be returned to the gateway on (Class-A) downlink. bytes context = 13; - // Properties. - google.protobuf.Struct metadata = 14; + // Additional gateway meta-data. + map metadata = 15; } message DownlinkTxInfoLegacy {