Unnamed definition
{
"lexicon": 1,
"id": "community.lexicon.location.fsq",
"defs": {
"main": {
"type": "object",
"description": "A physical location contained in the Foursquare Open Source Places dataset.",
"required": [
"fsq_place_id"
],
"properties": {
"fsq_place_id": {
"type": "string",
"description": "The unique identifier of a Foursquare POI."
},
"latitude": {
"type": "string"
},
"longitude": {
"type": "string"
},
"name": {
"type": "string",
"description": "The name of the location."
}
}
}
}
}
View source