fix: resource tag type should be binary string
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
1fe1a62fe2
commit
01d52e37c4
|
@ -3829,7 +3829,7 @@ description_schema() ->
|
|||
|
||||
tags_schema() ->
|
||||
sc(
|
||||
hoconsc:array(string()),
|
||||
hoconsc:array(binary()),
|
||||
#{
|
||||
desc => ?DESC(resource_tags),
|
||||
required => false,
|
||||
|
|
Loading…
Reference in New Issue