Mojang · Schema

BanStatus

Active ban / suspension status, if any.

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Properties

Name Type Description
bannedScopes object Map of scope -> ban metadata.
View JSON Schema on GitHub

JSON Schema

minecraft-services-ban-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-schema/minecraft-services-ban-status-schema.json",
  "title": "BanStatus",
  "description": "Active ban / suspension status, if any.",
  "type": "object",
  "properties": {
    "bannedScopes": {
      "type": "object",
      "additionalProperties": true,
      "description": "Map of scope -> ban metadata."
    }
  }
}