fix: resource tag type should be binary string

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Zaiming (Stone) Shi 2024-01-16 17:35:22 +01:00 committed by GitHub
parent 1fe1a62fe2
commit 01d52e37c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3829,7 +3829,7 @@ description_schema() ->
tags_schema() ->
sc(
hoconsc:array(string()),
hoconsc:array(binary()),
#{
desc => ?DESC(resource_tags),
required => false,