fix: bug where minimum was on a date time field

This commit is contained in:
SpaceAdmiral 2023-06-23 21:51:05 -07:00
parent bab49f156b
commit 3c1c694047

View File

@ -22,8 +22,7 @@
"expiration": {
"type": "string",
"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.",
"minimum": 0
"description": "The date and time when the survey expires. After this date and time, the survey will no longer be available for extraction."
},
"size": {
"type": "string",