activision-blizzard · JSON Structure

Activision Blizzard Wo W Character Achievements Structure

Character achievements summary

Type: object Properties: 3
Fortune 1000

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

Properties

total_quantity total_points achievements

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-achievements-structure.json",
  "name": "WoWCharacterAchievements",
  "description": "Character achievements summary",
  "type": "object",
  "properties": {
    "total_quantity": {
      "type": "int32",
      "description": "Total achievements completed",
      "example": 2500
    },
    "total_points": {
      "type": "int32",
      "description": "Total achievement points",
      "example": 15000
    },
    "achievements": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "List of completed achievements"
    }
  }
}