diff --git a/OpenActive.NET/models/Dataset.cs b/OpenActive.NET/models/Dataset.cs index 16d032b..91b4680 100644 --- a/OpenActive.NET/models/Dataset.cs +++ b/OpenActive.NET/models/Dataset.cs @@ -157,11 +157,11 @@ public override string ToString() public new virtual List Distribution { get; set; } /// - /// A link to documentation related to the `Dataset`, or a link to the OpenActive developer documentation if no Dataset-specific documentation is available. + /// A link to documentation related to the `Dataset`, or a link to the OpenActive developer documentation using `https://permalink.openactive.io/dataset-site/open-data-documentation` if no Dataset-specific documentation is available. /// /// /// - /// "documentation": "https://developer.openactive.io" + /// "documentation": "https://permalink.openactive.io/dataset-site/open-data-documentation" /// /// [DataMember(Name = "documentation", EmitDefaultValue = false, Order = 16)] diff --git a/OpenActive.NET/models/Place.cs b/OpenActive.NET/models/Place.cs index e8b1e2d..5da8bb7 100644 --- a/OpenActive.NET/models/Place.cs +++ b/OpenActive.NET/models/Place.cs @@ -285,7 +285,7 @@ public override string ToString() /// /// If you are using this property, please join the discussion at proposal [#307](https://github.com/openactive/modelling-opportunity-data/issues/307). /// - [DataMember(Name = "beta:serviceOperator", EmitDefaultValue = false, Order = 1024)] + [DataMember(Name = "beta:serviceOperator", EmitDefaultValue = false, Order = 1023)] [JsonConverter(typeof(ValuesConverter))] public virtual Organization ServiceOperator { get; set; } @@ -295,7 +295,7 @@ public override string ToString() /// /// If you are using this property, please join the discussion at proposal [#1](https://github.com/openactive/place-types/issues/1). /// - [DataMember(Name = "beta:placeType", EmitDefaultValue = false, Order = 1025)] + [DataMember(Name = "beta:placeType", EmitDefaultValue = false, Order = 1024)] [JsonConverter(typeof(ValuesConverter))] public virtual List PlaceType { get; set; } } diff --git a/OpenActive.NET/models/QuantitativeValue.cs b/OpenActive.NET/models/QuantitativeValue.cs index 1439c35..8824d43 100644 --- a/OpenActive.NET/models/QuantitativeValue.cs +++ b/OpenActive.NET/models/QuantitativeValue.cs @@ -45,7 +45,7 @@ public override string ToString() public override string Type => "QuantitativeValue"; /// - /// The maximum value. + /// The maximum value, inclusive. /// /// /// @@ -57,7 +57,7 @@ public override string ToString() public new virtual long? MaxValue { get; set; } /// - /// The minimum value. + /// The minimum value, inclusive. /// /// /// diff --git a/OpenActive.NET/models/WebAPI.cs b/OpenActive.NET/models/WebAPI.cs index bc870ff..7c5d178 100644 --- a/OpenActive.NET/models/WebAPI.cs +++ b/OpenActive.NET/models/WebAPI.cs @@ -72,7 +72,7 @@ public override string ToString() public virtual string Description { get; set; } /// - /// The location of the OpenID Provider or other relevant authentication authority that must be used to access the API. + /// The location of the OpenID Provider that must be used to access the API. /// /// /// @@ -98,11 +98,11 @@ public override string ToString() public virtual List ConformsTo { get; set; } /// - /// A link to documentation related to the Dataset, or a link to the OpenActive developer documentation if no Dataset-specific documentation is available. + /// A link to documentation related to how to use the Open Booking API, or a link to the OpenActive developer documentation using `https://permalink.openactive.io/dataset-site/open-booking-api-documentation` if no system-specific documentation is available. /// /// /// - /// "documentation": "https://developer.openactive.io" + /// "documentation": "https://permalink.openactive.io/dataset-site/open-booking-api-documentation" /// /// [DataMember(Name = "documentation", EmitDefaultValue = false, Order = 11)] @@ -122,7 +122,7 @@ public override string ToString() public virtual Uri EndpointDescription { get; set; } /// - /// The base URL of the Open Booking API + /// The Base URI of this implementation of the Open Booking API /// /// /// @@ -134,7 +134,7 @@ public override string ToString() public virtual Uri EndpointUrl { get; set; } /// - /// The web page the broker uses to obtain access to the API, e.g. via a web form. + /// The URL of a web page that the Broker may use to obtain access to the API, e.g. via a web form. /// /// ///