lib/openactive/models/session_series.rb in openactive-0.1.2 vs lib/openactive/models/session_series.rb in openactive-0.2.0

- old
+ new

@@ -1,13 +1,18 @@ module OpenActive module Models - # This type is derived from [Event](https://schema.org/Event), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available. + # This type is derived from https://schema.org/Event, which means that any of this type's properties within schema.org may also be used. class SessionSeries < ::OpenActive::Models::Event # @!attribute type # @return [String] def type "SessionSeries" end + + # @return [Array<OpenActive::Models::Schedule>] + define_property :event_schedule, as: "eventSchedule", types: [ + "OpenActive::Models::Schedule[]", + ] # @return [int,nil] define_property :remaining_attendee_capacity, as: "remainingAttendeeCapacity", types: [ "int", "null",