Point of interest information for a climbing venue.
Properties
address
ref
community.lexicon.location.address
Optional
No description available.
attribution
string
Optional
No description available.
coordinates
ref
community.lexicon.location.geo
Optional
No description available.
openingHours
ref
#openingHours
Optional
No description available.
phone
string
Optional
No description available.
website
string
uri
Optional
A valid URI.
View raw schema
{
"type": "object",
"properties": {
"phone": {
"type": "string"
},
"address": {
"ref": "community.lexicon.location.address",
"type": "ref"
},
"website": {
"type": "string",
"format": "uri"
},
"attribution": {
"type": "string"
},
"coordinates": {
"ref": "community.lexicon.location.geo",
"type": "ref"
},
"openingHours": {
"ref": "#openingHours",
"type": "ref"
}
},
"description": "Point of interest information for a climbing venue."
}