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

- old
+ new

@@ -6,20 +6,20 @@ # @return [String] def type "schema:ChooseAction" end - # @return [OpenActive::Models::Schema::Thing,String,URI] + # @return [String,OpenActive::Models::Schema::Thing,URI] define_property :option, as: "option", types: [ - "OpenActive::Models::Schema::Thing", "string", + "OpenActive::Models::Schema::Thing", "URI", ] - # @return [String,OpenActive::Models::Schema::Thing,URI] + # @return [OpenActive::Models::Schema::Thing,String,URI] define_property :action_option, as: "actionOption", types: [ - "string", "OpenActive::Models::Schema::Thing", + "string", "URI", ] end end end