Index of WoW realms
{ "$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" } } }