diff --git a/doc/compiled.json b/doc/compiled.json index 77e715a3f..83e7f7da8 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -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", diff --git a/schemas/upload.yaml b/schemas/upload.yaml index 515edd141..ffb1609b3 100644 --- a/schemas/upload.yaml +++ b/schemas/upload.yaml @@ -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: |