From 01d52e37c44303dfb01b888fb960f7473c5c9ea6 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 16 Jan 2024 17:35:22 +0100 Subject: [PATCH] fix: resource tag type should be binary string Co-authored-by: Thales Macedo Garitezi --- apps/emqx/src/emqx_schema.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/src/emqx_schema.erl b/apps/emqx/src/emqx_schema.erl index 66520df75..33d027c19 100644 --- a/apps/emqx/src/emqx_schema.erl +++ b/apps/emqx/src/emqx_schema.erl @@ -3829,7 +3829,7 @@ description_schema() -> tags_schema() -> sc( - hoconsc:array(string()), + hoconsc:array(binary()), #{ desc => ?DESC(resource_tags), required => false,