Skip to content

remainingAttendeeCapacity must be provided to ensure to ensure events have capacity. #185

@nickevansuk

Description

@nickevansuk

Issue

remainingAttendeeCapacity must be provided to ensure to ensure events have capacity.

Example

Not like this:

{
  "@context": "https://openactive.io/",
  "type": "ScheduledSession",
  "maximumAttendeeCapacity": 100,
}

Like this:

{
  "@context": "https://openactive.io/",
  "type": "ScheduledSession",
  "remainingAttendeeCapacity": 20,
  "maximumAttendeeCapacity": 100,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    key-dataKey data missing from an implementation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions