ThemeParks.wiki · JSON Structure

Themeparks Wiki Park Structure

Theme park within a destination

Type: object Properties: 2
EntertainmentReal-TimeTheme ParksWait TimesTravel

Park 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

id name

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-park-structure.json",
  "name": "Park",
  "description": "Theme park within a destination",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique park UUID",
      "example": "75ea578a-adc8-4116-a54d-dccb60765ef9"
    },
    "name": {
      "type": "string",
      "description": "Park name",
      "example": "Magic Kingdom Park"
    }
  }
}