File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 17581758 "type": "string"
17591759 },
17601760 "tag": {
1761- "type": "string"
1761+ "type": "string",
1762+ "description": "Unique tag of the upload\n"
1763+ },
1764+ "tags": {
1765+ "type": "array",
1766+ "items": {
1767+ "type": "string"
1768+ },
1769+ "description": "List of tags that were assigned to the uploaded keys\n"
17621770 },
17631771 "url": {
17641772 "type": "string",
Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ upload:
1313 type : string
1414 tag :
1515 type : string
16+ description : |
17+ Unique tag of the upload
18+ tags :
19+ type : array
20+ items :
21+ type : string
22+ description : |
23+ List of tags that were assigned to the uploaded keys
1624 url :
1725 type : string
1826 description : |
You can’t perform that action at this time.
0 commit comments