Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Added genderRestriction to the recommended fields
Browse files Browse the repository at this point in the history
Fix for #21
  • Loading branch information
drchristhorpe committed Jun 18, 2018
1 parent e87c6df commit 13eabcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Event.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{"description":["While these properties are marked as optional, a data publisher must provide either a schema:startDate or specify a oa:schedule for an event."],
"options": ["startDate","schedule"]
}],
"recommendedFields": ["description","duration","organizer","eventStatus"],
"recommendedFields": ["description","duration","organizer","eventStatus","genderRestriction"],
"inSpec": ["id","identifier","url","name","description","image","startDate","endDate","duration","location","organizer","contributor","maximumAttendeeCapacity","remainingAttendeeCapacity","eventStatus","subEvent","superEvent","schedule","activity","category","ageRange","genderRestriction","programme","attendeeInstructions","leader","accessibilitySupport","accessibilityInformation","isCoached","level","meetingPoint"],
"fields": {
"context": {
Expand Down

0 comments on commit 13eabcb

Please sign in to comment.