openactive / modelling-opportunity-data

OpenActive Modelling Opportunity Data specification
https://www.openactive.io/modelling-opportunity-data/
Other
6 stars 6 forks source link

expectedCompetitors #105

Open nickevansuk opened 6 years ago

nickevansuk commented 6 years ago

Proposer

British Triathlon

Use Case

Where a mass participation event includes an estimated number of participants, this estimate provides a useful indicator of the scale of the event which will be of interest to some end users.

Proposal

An additional expectedCompetitors property which provides an integer value of expected competitors.

Examples

{
  "@context": "https://www.openactive.io/ns/oa.jsonld",
  "type": "Event",
  "expectedCompetitors": 200
}

Early adopter use

Use ext:expectedCompetitors for early implementations of this proposal.

nickevansuk commented 6 years ago

Quick thought: Perhaps this should be made more generic to allow for non-competitive events, for example expectedParticipants?

matthew-coffey commented 6 years ago

That probably makes more sense to me, still suits our need and make it of more use to other people