{ "$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-profile-summary-structure.json", "name": "WoWProfileSummary", "description": "World of Warcraft account profile summary", "type": "object", "properties": { "id": { "type": "int32", "description": "Account ID", "example": 12345678 }, "wow_accounts": { "type": "array", "items": { "$ref": "#/components/schemas/WoWAccount" }, "description": "WoW accounts linked to the Battle.net account" } } }