Skip to content

Commit

Permalink
add tags type (#9763)
Browse files Browse the repository at this point in the history
  • Loading branch information
changlong-liu authored Jun 9, 2020
1 parent 240f75f commit 8e5820c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2023,6 +2023,9 @@
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "tags to be updated"
},
"properties": {
Expand Down Expand Up @@ -2125,6 +2128,9 @@
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "tags to be updated"
},
"properties": {
Expand Down Expand Up @@ -2293,6 +2299,9 @@
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "tags to be updated"
},
"properties": {
Expand Down Expand Up @@ -2558,6 +2567,9 @@
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "tags to be updated"
},
"properties": {
Expand Down Expand Up @@ -2680,6 +2692,9 @@
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "tags to be updated"
},
"properties": {
Expand Down

0 comments on commit 8e5820c

Please sign in to comment.