lib/openactive/models/schema/hyper_toc_entry.rb in openactive-0.2.2 vs lib/openactive/models/schema/hyper_toc_entry.rb in openactive-0.3.0
- old
+ new
@@ -12,18 +12,18 @@
define_property :toc_continuation, as: "tocContinuation", types: [
"OpenActive::Models::Schema::HyperTocEntry",
"URI",
]
- # @return [String]
- define_property :utterances, as: "utterances", types: [
- "string",
- ]
-
# @return [OpenActive::Models::Schema::MediaObject,URI]
define_property :associated_media, as: "associatedMedia", types: [
"OpenActive::Models::Schema::MediaObject",
"URI",
+ ]
+
+ # @return [String]
+ define_property :utterances, as: "utterances", types: [
+ "string",
]
end
end
end
end