lib/openactive/models/dataset.rb in openactive-0.1.2 vs lib/openactive/models/dataset.rb in openactive-0.2.0
- old
+ new
@@ -1,12 +1,10 @@
module OpenActive
module Models
#
- # ## **EARLY RELEASE NOTICE**
- # In order to expedite the OpenActive tooling work, this class has been added to the model for the purposes of testing.
- # IT IS SUBJECT TO CHANGE, as the [Dataset API Discovery specification](https://www.openactive.io/dataset-api-discovery/EditorsDraft/) evolves.
+ # EARLY RELEASE NOTICE: This class represents a draft that is designed to inform the OpenActive specification work with implementation feedback. It is mostly stable, as it based almost entirely on schema.org. HOWEVER, IT IS STILL SUBJECT TO CHANGE, as the [Dataset API Discovery specification](https://openactive.io/dataset-api-discovery/EditorsDraft/) evolves.
#
- # This type is derived from [Dataset](https://schema.org/Dataset), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
+ # This type is derived from https://schema.org/Dataset, which means that any of this type's properties within schema.org may also be used.
class Dataset < ::OpenActive::Models::Schema::Dataset
# @!attribute type
# @return [String]
def type
"Dataset"