{
"id": "dev.tsunagite.profile",
"defs": {
"main": {
"key": "nsid",
"type": "record",
"record": {
"type": "object",
"required": [
"game",
"displayName"
],
"properties": {
"game": {
"type": "string",
"format": "at-uri",
"description": "The URI of the game this profile is for."
},
"displayName": {
"type": "string",
"maxLength": 500,
"minLength": 1,
"description": "The display name for the player on leaderboards.",
"maxGraphemes": 50
}
}
},
"description": "The player profile for a given game, determined by an NSID of the game publisher's handle succeeded by the game's key."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Definitions related to player profiles in games hosting leaderboards via Tsunagite."
}