| Name | Type | Description | Notes |
|---|---|---|---|
| Key | string | TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event. | |
| Name | string | Official name of event on record either provided by FIRST or organizers of offseason event. | |
| EventCode | string | Event short code, as provided by FIRST. | |
| EventType | int | Event Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2 | |
| District | DistrictList | [optional] | |
| City | string | City, town, village, etc. the event is located in. | [optional] |
| StateProv | string | State or Province the event is located in. | [optional] |
| Country | string | Country the event is located in. | [optional] |
| StartDate | DateTime | Event start date in `yyyy-mm-dd` format. | |
| EndDate | DateTime | Event end date in `yyyy-mm-dd` format. | |
| Year | int | Year the event data is for. |