fix documentation error

This commit is contained in:
Neale Pickett 2021-10-21 17:40:40 -06:00
parent 40f8f71778
commit 2003b20cc4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Each line has six fields minimum:
| `timestamp` | `event` | `participantID` | `teamID` | `category` | `points` | `extra`... |
| --- | --- | --- | --- | --- | --- | --- |
| int | string | string | string | string | int | string... |
| Unix epoch | Event type | Team's unique ID| Participant's (hopefully) unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any |
| Unix epoch | Event type | Participant's (hopefully) unique ID | Team's unique ID | Name of category, if any | Points awarded, if any | Additional fields, if any |
Fields after `points` contain extra fields associated with the event.