SC2Profile

A StarCraft II profile

Fortune 1000

Properties

Name Type Description
summary object Profile summary
snapshot object Profile snapshot data
View JSON Schema on GitHub

JSON Schema

activision-blizzard-sc2-profile-schema.json Raw ↑
{
  "$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-sc2-profile-schema.json",
  "title": "SC2Profile",
  "description": "A StarCraft II profile",
  "type": "object",
  "properties": {
    "summary": {
      "type": "object",
      "description": "Profile summary"
    },
    "snapshot": {
      "type": "object",
      "description": "Profile snapshot data"
    }
  }
}