From 3c1c694047ceda271cc839fbea9efa0d771c6c13 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Fri, 23 Jun 2023 21:51:05 -0700 Subject: [PATCH] fix: bug where minimum was on a date time field --- models/Survey.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/Survey.json b/models/Survey.json index 7cd4f44..178ab48 100644 --- a/models/Survey.json +++ b/models/Survey.json @@ -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",