lib/openactive/models/schema/investment_or_deposit.rb in openactive-0.3.0 vs lib/openactive/models/schema/investment_or_deposit.rb in openactive-0.4.0

- old
+ new

@@ -6,13 +6,13 @@ # @return [String] def type "schema:InvestmentOrDeposit" end - # @return [BigDecimal,OpenActive::Models::Schema::MonetaryAmount,URI,nil] + # @return [OpenActive::Models::Schema::MonetaryAmount,BigDecimal,URI,nil] define_property :amount, as: "amount", types: [ - "Number", "OpenActive::Models::Schema::MonetaryAmount", + "Number", "URI", "null", ] end end