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

- old
+ new

@@ -6,13 +6,14 @@ # @return [String] def type "schema:House" end - # @return [OpenActive::Models::Schema::QuantitativeValue,BigDecimal,nil] + # @return [BigDecimal,OpenActive::Models::Schema::QuantitativeValue,URI,nil] define_property :number_of_rooms, as: "numberOfRooms", types: [ - "OpenActive::Models::Schema::QuantitativeValue", "Number", + "OpenActive::Models::Schema::QuantitativeValue", + "URI", "null", ] end end end