Mojang · JSON Structure

Minecraft Services Ban Status Structure

Active ban / suspension status, if any.

Type: object Properties: 1
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

BanStatus is a JSON Structure definition published by Mojang, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

bannedScopes

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/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."
    }
  }
}