From 0510b5129661765e132b7e9fafbbdddf75b2ee68 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Fri, 19 May 2023 16:47:21 -0700 Subject: [PATCH] prep: remove expiration required so we can return a 200 response instead of a 204 --- models/Cooldown.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/models/Cooldown.json b/models/Cooldown.json index f10e582..f32fc9d 100644 --- a/models/Cooldown.json +++ b/models/Cooldown.json @@ -20,14 +20,12 @@ "expiration": { "type": "string", "format": "date-time", - "description": "The date and time when the cooldown expires in ISO 8601 format", - "minimum": 0 + "description": "The date and time when the cooldown expires in ISO 8601 format" } }, "required": [ "shipSymbol", "totalSeconds", - "remainingSeconds", - "expiration" + "remainingSeconds" ] } \ No newline at end of file