mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: bug where minimum was on a date time field
This commit is contained in:
parent
bab49f156b
commit
3c1c694047
@ -22,8 +22,7 @@
|
|||||||
"expiration": {
|
"expiration": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "The date and time when the survey expires. After this date and time, the survey will no longer be available for extraction.",
|
"description": "The date and time when the survey expires. After this date and time, the survey will no longer be available for extraction."
|
||||||
"minimum": 0
|
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
Reference in New Issue
Block a user