lib/openactive/models/schema/update_action.rb in openactive-0.2.2 vs lib/openactive/models/schema/update_action.rb in openactive-0.3.0

- old
+ new

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