ThemeParks.wiki · JSON Structure

Themeparks Wiki Queue Data Structure

Queue wait time data for an attraction

Type: object Properties: 1
EntertainmentReal-TimeTheme ParksWait TimesTravel

QueueData 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

waitTime

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-queue-data-structure.json",
  "name": "QueueData",
  "description": "Queue wait time data for an attraction",
  "type": "object",
  "properties": {
    "waitTime": {
      "type": "int32",
      "description": "Current wait time in minutes",
      "nullable": true,
      "example": 45
    }
  }
}