Skip to content

Commit

Permalink
Update Athletics schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Apr 28, 2016
1 parent c19aff6 commit 21818f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,15 +475,15 @@ uoftscrapers.Athletics
##### Output format
```js
{
"id": String,
"date": String,
"campus": String,
"events":[{
"title": String,
"campus": String,
"location": String,
"building_id": String,
"start_time": String,
"end_time": String
"start_time": Number,
"end_time": Number,
"duration": Number
}]
}
```
Expand Down

0 comments on commit 21818f3

Please sign in to comment.