diff --git a/versions/2.x/models/Place.json b/versions/2.x/models/Place.json index 3141ad3c..fa32deab 100755 --- a/versions/2.x/models/Place.json +++ b/versions/2.x/models/Place.json @@ -164,13 +164,32 @@ "fieldName": "containsPlace", "sameAs": "https://schema.org/containsPlace", "model": "ArrayOf#Place", - "example": { - "@type": "Place", - "url": "https://www.everyoneactive.com/centres/Center-Parcs-Sports-Plaza", - "name": "Center Parcs Sports Plaza" - }, + "example": [ + { + "@type": "SportsActivityLocation", + "@id": "https://api.example.com/places/1402CBP20150217/sports-activity-locations/3", + "url": "https://www.better.org.uk/leisure-centre/manchester/belle-vue-sports-village/facilities", + "name": "Studio", + "description": "We have a great range of Fitness Classes at Belle Vue Leisure Centre including Group Cycle, Zumba, Pilates and much much more.", + "image": [ + { + "@type": "ImageObject", + "url": "https://res-1.cloudinary.com/gll/image/upload/c_fit,f_auto,h_169,w_384/v1592158966/production/0065/7/66/PHOTO-2020-06-09-14-25-53_3.jpg" + } + ], + "specialOpeningHoursSpecification": [ + { + "@type": "OpeningHoursSpecification", + "opens": "00:00", + "closes": "00:00", + "validFrom": "2022-01-01", + "validThrough": "2022-12-31" + } + ] + } + ], "description": [ - "Places that exist within this place" + "A specific identifiable facility (`SportsActivityLocation`) or place (`Place`) that exist within this place" ] }, "description": {