{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/minecraft-services-friend-structure.json", "name": "Friend", "description": "A friend or pending friend.", "type": "object", "properties": { "profile": { "$ref": "#/components/schemas/Profile" }, "addedAt": { "type": "datetime", "description": "When the friendship was established.", "example": "2025-04-12T18:30:00Z" } }, "required": [ "profile" ] }