{
	types: {
           "Event": {
               pluralLabel:  "Events"
           },
		   "Participant": {
               pluralLabel:  "Participants"
           }
       },
	   
	   properties: {
			'startDate': {
				valueType: "date"
			},
			
			'endDate': {
				valueType: "date"
			},
			
			'link': {
				valueType: 'url'
			}
		}
}