Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Add expected attendee count to Activity list #30

Open
nathansalter opened this issue Nov 2, 2021 · 0 comments
Open

Proposal: Add expected attendee count to Activity list #30

nathansalter opened this issue Nov 2, 2021 · 0 comments

Comments

@nathansalter
Copy link

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
    }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant