Mojang · JSON Structure

Minecraft Services Friends Preferences Structure

Friends-graph privacy settings.

Type: object Properties: 1
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

FriendsPreferences 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

allowFriendRequests

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-friends-preferences-structure.json",
  "name": "FriendsPreferences",
  "description": "Friends-graph privacy settings.",
  "type": "object",
  "properties": {
    "allowFriendRequests": {
      "type": "boolean",
      "description": "Whether other players may send friend requests.",
      "example": true
    }
  }
}