activision-blizzard · JSON Structure

Activision Blizzard Wo W Character Summary Structure

Summary of a WoW character

Type: object Properties: 10
Fortune 1000

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

Properties

character protected_character name id realm playable_class playable_race gender faction level

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-character-summary-structure.json",
  "name": "WoWCharacterSummary",
  "description": "Summary of a WoW character",
  "type": "object",
  "properties": {
    "character": {
      "type": "object",
      "description": "Character reference with href"
    },
    "protected_character": {
      "type": "object",
      "description": "Protected character reference"
    },
    "name": {
      "type": "string",
      "description": "Character name",
      "example": "Thrall"
    },
    "id": {
      "type": "int32",
      "description": "Character ID",
      "example": 123456
    },
    "realm": {
      "$ref": "#/components/schemas/WoWRealm"
    },
    "playable_class": {
      "type": "object",
      "description": "Playable class reference"
    },
    "playable_race": {
      "type": "object",
      "description": "Playable race reference"
    },
    "gender": {
      "type": "object",
      "description": "Character gender"
    },
    "faction": {
      "type": "object",
      "description": "Character faction (Alliance or Horde)"
    },
    "level": {
      "type": "int32",
      "description": "Character level",
      "example": 70
    }
  }
}