Mojang · Example Payload

Minecraft Services Privilege Map Example

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Minecraft Services Privilege Map Example is an example object payload from Mojang, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

onlineChatmultiplayerServermultiplayerRealmstelemetry

Example Payload

Raw ↑
{
  "onlineChat": {
    "enabled": true
  },
  "multiplayerServer": {
    "enabled": true
  },
  "multiplayerRealms": {
    "enabled": true
  },
  "telemetry": {
    "enabled": true
  }
}