dev.tsunagite.profile

tsunagite.dev

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

Validate Record

Validate a record against dev.tsunagite.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreichpo34ztr6z5ew4j53oqxwq2hnxzmsy3nqfoyrive3htyxvawmdu
Indexed At
2026-05-05 21:58 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.profile

Version History (2 versions)

Lexicon Garden

@