Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .schemas/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
"title":{
"description":"Title of event where videos originated",
"type":"string"
},
"url":{
"description":"Canonical URL to the event website",
"type":"string"
},
"start_date":{
"description":"Start date of the event in YYYY-MM-DD format",
"type":"string",
"format":"date"
},
"end_date":{
"description":"End date of the event in YYYY-MM-DD format",
"type":"string",
"format":"date"
}
},
"required":[
Expand Down
3 changes: 2 additions & 1 deletion djangocon-eu-2010/category.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"description": "",
"start_date": null,
"start_date": "2010-05-24",
"end_date": "2010-05-26",
"title": "DjangoCon Europe 2010",
"url": ""
}
3 changes: 2 additions & 1 deletion pygotham-2012/category.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"description": "",
"start_date": null,
"start_date": "2012-06-08",
"end_date": "2012-06-08",
"title": "PyGotham 2012",
"url": ""
}