ThemeParks.wiki · JSON Structure

Themeparks Wiki Location Structure

Geographic coordinates

Type: object Properties: 2
EntertainmentReal-TimeTheme ParksWait TimesTravel

Location is a JSON Structure definition published by ThemeParks.wiki, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

latitude longitude

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/themeparks-wiki/refs/heads/main/json-structure/themeparks-wiki-location-structure.json",
  "name": "Location",
  "description": "Geographic coordinates",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "double",
      "description": "Latitude",
      "example": 28.4177
    },
    "longitude": {
      "type": "double",
      "description": "Longitude",
      "example": -81.5812
    }
  }
}