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

- old
+ new

@@ -6,17 +6,19 @@ # @return [String] def type "schema:Claim" end - # @return [OpenActive::Models::Schema::CreativeWork] - define_property :appearance, as: "appearance", types: [ + # @return [OpenActive::Models::Schema::CreativeWork,URI] + define_property :first_appearance, as: "firstAppearance", types: [ "OpenActive::Models::Schema::CreativeWork", + "URI", ] - # @return [OpenActive::Models::Schema::CreativeWork] - define_property :first_appearance, as: "firstAppearance", types: [ + # @return [OpenActive::Models::Schema::CreativeWork,URI] + define_property :appearance, as: "appearance", types: [ "OpenActive::Models::Schema::CreativeWork", + "URI", ] end end end end