mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02: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…
Add table
Add a link
Reference in a new issue