We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07e17 commit fff505bCopy full SHA for fff505b
2 files changed
doc/compiled.json
@@ -1758,7 +1758,15 @@
1758
"type": "string"
1759
},
1760
"tag": {
1761
- "type": "string"
+ "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"
1770
1771
"url": {
1772
"type": "string",
schemas/upload.yaml
@@ -13,6 +13,14 @@ upload:
13
type: string
14
tag:
15
16
+ description: |
17
+ Unique tag of the upload
18
+ tags:
19
+ type: array
20
+ items:
21
+ type: string
22
23
+ List of tags that were assigned to the uploaded keys
24
url:
25
26
description: |
0 commit comments