openactive-archive / activity-list-old

The OpenActive activity list
https://www.openactive.io/activity-list/
4 stars 3 forks source link

Proposal: Add expected attendee count to Activity list #30

Open nathansalter opened 2 years ago

nathansalter commented 2 years ago

Something that may help the taxonomy when searching or building systems is adding an 'expected attendee count' parameter to the activities. This would enable brokers which are unfamiliar with all of the sporting activities to provide simple validation prompts or suggested values when Customers are filling out 'number of attendees' forms for example.

e.g.

  {
    "@type": "Concept",
    "@id": "https://openactive.io/activity-list#ab4a33f2-dc13-4f7f-afa4-a3184dc00eab",
    "prefLabel": "Baseball",
    "inScheme": "https://openactive.io/activity-list",
    "expectedAttendeeCount": {
      "min": 10,
      "max": 18
    }
  }