Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,15 @@
"type": "string"
},
"tag": {
"type": "string"
"type": "string",
"description": "Unique tag of the upload\n"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of tags that were assigned to the uploaded keys\n"
},
"url": {
"type": "string",
Expand Down
8 changes: 8 additions & 0 deletions schemas/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ upload:
type: string
tag:
type: string
description: |
Unique tag of the upload
tags:
type: array
items:
type: string
description: |
List of tags that were assigned to the uploaded keys
url:
type: string
description: |
Expand Down
Loading