Skip to content

Commit

Permalink
Adding value array to Tag. (#12555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisa16 authored Feb 18, 2021
1 parent fdb32f2 commit 0cc5a06
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3824,6 +3824,13 @@
"key": {
"description": "Tag key.",
"type": "string"
},
"value": {
"description": "Tag values.",
"type": "array",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit 0cc5a06

Please sign in to comment.