From 74493cddc0fef3bccd7481d2e35642efffe222ff Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Fri, 19 May 2023 16:41:50 -0700 Subject: [PATCH] update: deprecate expiration in favor of deadlineToAccept --- models/Contract.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/Contract.json b/models/Contract.json index cb4c577..98f4be6 100644 --- a/models/Contract.json +++ b/models/Contract.json @@ -35,7 +35,13 @@ "expiration": { "type": "string", "format": "date-time", - "description": "The time at which the contract expires" + "description": "Deprecated in favor of deadlineToAccept", + "deprecated": true + }, + "deadlineToAccept": { + "type": "string", + "format": "date-time", + "description": "The time at which the contract is no longer available to be accepted" } }, "required": [