mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
Add date_time lenghts
This commit is contained in:
parent
a1bbf6f74d
commit
d9a8919565
1 changed files with 4 additions and 2 deletions
|
@ -943,8 +943,10 @@ components:
|
|||
example: 3
|
||||
upload_time:
|
||||
type: string
|
||||
format: date-time
|
||||
description: Upload time and date.
|
||||
format: RFC3339
|
||||
description: Upload time and date in RFC3339 format.
|
||||
minLength: 25
|
||||
maxLength: 25
|
||||
likes:
|
||||
type: integer
|
||||
example: 90
|
||||
|
|
Loading…
Reference in a new issue