mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16: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
|
example: 3
|
||||||
upload_time:
|
upload_time:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: RFC3339
|
||||||
description: Upload time and date.
|
description: Upload time and date in RFC3339 format.
|
||||||
|
minLength: 25
|
||||||
|
maxLength: 25
|
||||||
likes:
|
likes:
|
||||||
type: integer
|
type: integer
|
||||||
example: 90
|
example: 90
|
||||||
|
|
Loading…
Reference in a new issue