{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/minecraft-services-ban-status-structure.json", "name": "BanStatus", "description": "Active ban / suspension status, if any.", "type": "object", "properties": { "bannedScopes": { "type": "object", "additionalProperties": true, "description": "Map of scope -> ban metadata." } } }