You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// [DEPRECATED: Use `facilityType` instead of `activity` within `FacilityUse` and `IndividualFacilityUse`, as the `facilityType` controlled vocabulary has been designed specifically for facilities.]
115
116
/// Specifies the physical activity or activities that will take place during a facility use.
116
117
/// </summary>
117
118
/// <example>
@@ -128,6 +129,7 @@ public override string ToString()
[Obsolete("Use `facilityType` instead of `activity` within `FacilityUse` and `IndividualFacilityUse`, as the `facilityType` controlled vocabulary has been designed specifically for facilities.",false)]
131
133
publicvirtualList<Concept>Activity{get;set;}
132
134
133
135
/// <summary>
@@ -214,10 +216,30 @@ public override string ToString()
214
216
[JsonConverter(typeof(ValuesConverter))]
215
217
publicnewvirtualList<Slot>Event{get;set;}
216
218
219
+
/// <summary>
220
+
/// Specifies the types of facility being described.
221
+
/// NOTE: this property has been added to tooling and documentation ahead of inclusion in the next point release of the OpenActive Modelling Opportunity Data specification, as agreed on [the W3C call 2021-06-02](https://github.com/openactive/facility-types/issues/1#issuecomment-853759213).
@@ -354,7 +376,7 @@ public override string ToString()
354
376
///
355
377
/// If you are using this property, please join the discussion at proposal [#276](https://github.com/openactive/modelling-opportunity-data/issues/276).
@@ -364,7 +386,7 @@ public override string ToString()
364
386
///
365
387
/// If you are using this property, please join the discussion at proposal [#166](https://github.com/openactive/modelling-opportunity-data/issues/166).
@@ -384,7 +406,7 @@ public override string ToString()
384
406
///
385
407
/// If you are using this property, please join the discussion at proposal [#110](https://github.com/openactive/modelling-opportunity-data/issues/110).
@@ -394,20 +416,10 @@ public override string ToString()
394
416
///
395
417
/// If you are using this property, please join the discussion at proposal [#204](https://github.com/openactive/modelling-opportunity-data/issues/204).
0 commit comments