diff --git a/examples/event.json b/examples/event.json index e8c8ee7..0680773 100644 --- a/examples/event.json +++ b/examples/event.json @@ -41,10 +41,11 @@ } , "properties":{ - "type":"football" - ,"what":"France-Roumanie 2016" + "type":"scheduled" + ,"label":"France-Roumanie 2016" + ,"what":"sport.match.football" ,"what:series":"Euro 2016" - ,"start":"2016-06-10T21:00+01:00" - ,"stop":"2016-06-10T23:30+01:00" + ,"start":"2016-06-10T21:00+02:00" + ,"stop":"2016-06-10T23:30+02:00" } -} \ No newline at end of file +}