ThemeParks.wiki · JSON Structure

Themeparks Wiki Children Response Structure

Entity with its children

Type: object Properties: 4
EntertainmentReal-TimeTheme ParksWait TimesTravel

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

Properties

id name entityType children

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-children-response-structure.json",
  "name": "ChildrenResponse",
  "description": "Entity with its children",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Parent entity UUID"
    },
    "name": {
      "type": "string",
      "description": "Parent entity name"
    },
    "entityType": {
      "type": "string",
      "description": "Parent entity type"
    },
    "children": {
      "type": "array",
      "description": "Child entities",
      "items": {
        "$ref": "#/components/schemas/Entity"
      }
    }
  }
}