ThemeParks.wiki · JSON Structure

Themeparks Wiki Destinations Response Structure

Response containing list of all destinations

Type: object Properties: 1
EntertainmentReal-TimeTheme ParksWait TimesTravel

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

Properties

destinations

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-destinations-response-structure.json",
  "name": "DestinationsResponse",
  "description": "Response containing list of all destinations",
  "type": "object",
  "properties": {
    "destinations": {
      "type": "array",
      "description": "Array of destination objects",
      "items": {
        "$ref": "#/components/schemas/Destination"
      }
    }
  }
}