Skip to content

OppTimeline

Key dates in the opportunity’s timeline, such as when the application opens and closes.

PropertyTypeRequiredDescription
appOpensEventNoThe date (and time) at which the opportunity begins accepting applications
appDeadlineEventNoThe final deadline for submitting applications
otherDatesRecord<Event>NoAn optional map of other key dates in the opportunity timeline

A JSON example of this field is:

{
"appOpens": {
"name": "Application Opens",
"date": "2024-03-01",
"description": "Applications begin being accepted"
},
"appDeadline": {
"name": "Application Deadline",
"date": "2024-04-30",
"time": "17:00:00",
"description": "Final deadline for all submissions"
},
"otherDates": {
"anticipatedAward": {
"name": "Anticipated award date",
"date": "2025-03-15",
"description": "When we expect to announce awards for this opportunity."
}
}
}