WoWRealmsIndex

Index of WoW realms

Fortune 1000

Properties

Name Type Description
realms array List of realms
View JSON Schema on GitHub

JSON Schema

activision-blizzard-wo-w-realms-index-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/activision-blizzard/refs/heads/main/json-schema/activision-blizzard-wo-w-realms-index-schema.json",
  "title": "WoWRealmsIndex",
  "description": "Index of WoW realms",
  "type": "object",
  "properties": {
    "realms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WoWRealm"
      },
      "description": "List of realms"
    }
  }
}