{ "$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 } } }