Skip to content

Commit ec95e74

Browse files
committed
forgot to document thumbnail
1 parent e7d907e commit ec95e74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/swagger.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5410,10 +5410,21 @@ components:
54105410
example: "190497"
54115411
authorId:
54125412
type: string # should be miniuser
5413+
description: id of user who uploaded the file
54135414
#$ref: '#/components/schemas/MiniUser'
54145415
example: "5447f889fa429866bbd44dbd"
5416+
thumbnail:
5417+
type: string
5418+
description: |
5419+
optinal id of the thumbnail image of this file
5420+
example: "5bfd5a2640c6cd6147bb27e0"
54155421
status:
54165422
type: string # should be enum
5423+
description: |
5424+
status of the file, this can be one of the following:
5425+
- CREATED file is created, but blob is not in final place yes
5426+
- PROCESSING blob is in final place, final processing is done such as sending messagess to RabbitMQ
5427+
- PROCESSED file is fully procesed by clowder
54175428
example: "PROCESSED"
54185429
MiniUser:
54195430
type: object

0 commit comments

Comments
 (0)