lib/openactive/models/schema/update_action.rb in openactive-0.1.2 vs lib/openactive/models/schema/update_action.rb in openactive-0.2.0

- old
+ new

@@ -6,17 +6,19 @@ # @return [String] def type "schema:UpdateAction" end - # @return [OpenActive::Models::Schema::Thing] - define_property :target_collection, as: "targetCollection", types: [ + # @return [OpenActive::Models::Schema::Thing,URI] + define_property :collection, as: "collection", types: [ "OpenActive::Models::Schema::Thing", + "URI", ] - # @return [OpenActive::Models::Schema::Thing] - define_property :collection, as: "collection", types: [ + # @return [OpenActive::Models::Schema::Thing,URI] + define_property :target_collection, as: "targetCollection", types: [ "OpenActive::Models::Schema::Thing", + "URI", ] end end end end