Mojang · Schema

FriendsPreferences

Friends-graph privacy settings.

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Properties

Name Type Description
allowFriendRequests boolean Whether other players may send friend requests.
View JSON Schema on GitHub

JSON Schema

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