ThemeParks.wiki · Schema

ScheduleEntry

A single schedule entry for a park operating day

EntertainmentReal-TimeTheme ParksWait TimesTravel

Properties

Name Type Description
date string Date in YYYY-MM-DD format
openingTime string Park opening time as ISO 8601 datetime
closingTime string Park closing time as ISO 8601 datetime
type string Schedule entry type
specialHours boolean Whether this is special event hours
View JSON Schema on GitHub

JSON Schema

themeparks-wiki-schedule-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/themeparks-wiki/refs/heads/main/json-schema/themeparks-wiki-schedule-entry-schema.json",
  "title": "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/themeparks-wiki-schedule-entry"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.