ThemeParks.wiki · JSON Structure

Themeparks Wiki Schedule Entry Structure

A single schedule entry for a park operating day

Type: object Properties: 5
EntertainmentReal-TimeTheme ParksWait TimesTravel

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

Properties

date openingTime closingTime type specialHours

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-schedule-entry-structure.json",
  "name": "ScheduleEntry",
  "description": "A single schedule entry for a park operating day",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format",
      "example": "2025-03-15"
    },
    "openingTime": {
      "type": "string",
      "description": "Park opening time as ISO 8601 datetime",
      "example": "2025-03-15T09:00:00-05:00"
    },
    "closingTime": {
      "type": "string",
      "description": "Park closing time as ISO 8601 datetime",
      "example": "2025-03-15T23:00:00-05:00"
    },
    "type": {
      "type": "string",
      "description": "Schedule entry type",
      "enum": [
        "OPERATING",
        "TICKETED_EVENT",
        "PRIVATE_EVENT",
        "EXTRA_HOURS"
      ],
      "example": "OPERATING"
    },
    "specialHours": {
      "type": "boolean",
      "description": "Whether this is special event hours",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/themeparks-wiki-schedule-entry-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.