activision-blizzard · JSON Structure

Activision Blizzard Sc2 Profile Structure

A StarCraft II profile

Type: object Properties: 2
Fortune 1000

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

Properties

summary snapshot

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-sc2-profile-structure.json",
  "name": "SC2Profile",
  "description": "A StarCraft II profile",
  "type": "object",
  "properties": {
    "summary": {
      "type": "object",
      "description": "Profile summary"
    },
    "snapshot": {
      "type": "object",
      "description": "Profile snapshot data"
    }
  }
}