update: deprecate expiration in favor of deadlineToAccept

This commit is contained in:
SpaceAdmiral 2023-05-19 16:41:50 -07:00
parent 32a0fdf835
commit 74493cddc0

View File

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