activision-blizzard · JSON Structure

Activision Blizzard Wo W Realms Index Structure

Index of WoW realms

Type: object Properties: 1
Fortune 1000

WoWRealmsIndex is a JSON Structure definition published by activision-blizzard, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

realms

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/activision-blizzard/refs/heads/main/json-structure/activision-blizzard-wo-w-realms-index-structure.json",
  "name": "WoWRealmsIndex",
  "description": "Index of WoW realms",
  "type": "object",
  "properties": {
    "realms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WoWRealm"
      },
      "description": "List of realms"
    }
  }
}