You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
"description": "The period for adjudication and selection of the contract award. The end date should be the date on which an award is due to be finalised. The start date may be used to indicate the start of an evaluation period."
},
"contractPeriod": {
"$ref": "#/definitions/Period",
"description": "The period over which the contract is estimated or required to be active. If the tender does not specify explicit dates, the duration field may be used.",
"title": "Contract period"
}
}
},
"Period": {
"properties": {
"maxExtentDate": {
"title": "Maximum extent",
"description": "The period cannot be extended beyond this date.",
"type": [
"string",
"null"
],
"format": "date-time"
},
"durationInDays": {
"title": "Duration (days)",
"description": "The maximum duration of this period in days. Where a start and end date are given, this field is optional, and should reflect the difference between those two days.",