schemaMaximumVirtualAttendeeCapacity constant

IriTerm const schemaMaximumVirtualAttendeeCapacity

maximumVirtualAttendeeCapacity from schema vocabulary [Expects: https://schema.org/Integer]

The maximum virtual attendee capacity of an {Event} whose {eventAttendanceMode} is {OnlineEventAttendanceMode} (or the online aspects, in the case of a {MixedEventAttendanceMode}).

Can be used on: https://schema.org/Event

Implementation

static const schemaMaximumVirtualAttendeeCapacity = IriTerm.prevalidated(
  'https://schema.org/maximumVirtualAttendeeCapacity',
);