{ "$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" } } }