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

- old
+ new

@@ -6,13 +6,14 @@ # @return [String] def type "schema:HowToSupply" end - # @return [OpenActive::Models::Schema::MonetaryAmount,String] + # @return [String,OpenActive::Models::Schema::MonetaryAmount,URI] define_property :estimated_cost, as: "estimatedCost", types: [ - "OpenActive::Models::Schema::MonetaryAmount", "string", + "OpenActive::Models::Schema::MonetaryAmount", + "URI", ] end end end end