File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments