SportsActivityLocation
This page describes the SportsActivityLocation type.
This type is derived from https://schema.org/SportsActivityLocation, 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.
Properties
Required properties
Recommended properties
@id
A unique URI-based identifier for the record.
@id
properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in RFC3986.
The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).
Example
"@id": "https://id.bookingsystem.example.com/places/12345/sports-activity-locations/1"
description
A plain text description of the SportsActivityLocation, which must not include HTML or other markup.
Example
"description": "The National Basketball Performance Centre (NBPC) is part of Belle Vue Sports Village.
It features a purpose-built hall with 3 courts developed to FIBA standards for international competition and a multi-sports hall with a further 2 basketball courts.The NBPC show court, which has basketball lines only, also features FIBA scoreboards, 24 second cubes, red LED fitted backboards and Olympic standard portable baskets.
To book a court at the National Basketball Performance Centre, please use the link below or drop in to one of our Pay & Play sessions."
image
Array of ImageObject
An image or photo that depicts the specific SportsActivityLocation.
Example
"image": [
{
"thumbnail": "http://example.com/static/image/speedball_thumbnail.jpg",
"@type": "ImageObject",
"url": "http://example.com/static/image/speedball_large.jpg"
}
]
url
A website URL that describes the SportsActivityLocation
Example
"url": "https://www.better.org.uk/leisure-centre/manchester/belle-vue-sports-village/facilities"
Optional properties
amenityFeature
Array of LocationFeatureSpecification
An array listing the Amenities of the Place.
Example
"amenityFeature": [
{
"name": "Changing Facilities",
"value": true,
"@type": "ChangingFacilities"
},
{
"name": "Showers",
"value": false,
"@type": "Showers"
},
{
"name": "Lockers",
"value": true,
"@type": "Lockers"
},
{
"name": "Towels",
"value": false,
"@type": "Towels"
},
{
"name": "Creche",
"value": false,
"@type": "Creche"
},
{
"name": "Parking",
"value": true,
"@type": "Parking"
}
]
containedInPlace
Place
- or -
@id
reference
The place within which this Place exists
Example
"containedInPlace": {
"@type": "Place",
"url": "https://www.everyoneactive.com/centres/Middlesbrough-Sports-Village",
"name": "Middlesbrough Sports Village"
}
containsPlace
Array of Place
A specific identifiable facility (SportsActivityLocation
) or place (Place
) that exist within this place
Example
"containsPlace": [
{
"@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"
}
]
}
]
identifier
Text
- or -
PropertyValue
- or -
Array of PropertyValue
- or -
Integer
A local non-URI identifier for the resource
Example
"identifier": "SB1234"
openingHoursSpecification
Array of OpeningHoursSpecification
The times the SportsActivityLocation is open
specialOpeningHoursSpecification
Array of OpeningHoursSpecification
Explicitly override general opening hours brought in scope by schema:openingHoursSpecification
.
Beta Extension properties
These properties are defined in the OpenActive Beta Extension. The OpenActive Beta Extension is defined as a convenience to help document properties that are in active testing and review by the community. Publishers should not assume that properties in the beta namespace will either be added to the core specification or be included in the namespace over the long term.
beta:formattedDescription
Sometimes a description is stored with formatting (e.g. href, bold, italics, embedded YouTube videos). This formatting can be useful for data consumers. This property must contain HTML.
beta:serviceOperator
The organization responsible for the operation of the Place
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution License (CC-BY V4.0), and code samples are licensed under the MIT License, for anyone to access, use and share; using attribution "OpenActive".
Last updated