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": [