dev.tsunagite.submitScore

tsunagite.dev

{
  "id": "dev.tsunagite.submitScore",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "ref": "dev.tsunagite.score",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "gameNotFound",
          "description": "No game matching the given URI was found."
        },
        {
          "name": "songNotFound",
          "description": "No song matching the given URI was found."
        },
        {
          "name": "chartNotFound",
          "description": "No chart matching the given URI was found."
        },
        {
          "name": "scoreInvalid",
          "description": "The submitted score is missing components, or its components hold invalid data."
        },
        {
          "name": "scoreDuplicate",
          "description": "The submitted score has already been submitted before."
        }
      ],
      "output": {
        "type": "object",
        "encoding": "application/json",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "description": "The URI of the newly-created score."
          },
          "position": {
            "type": "integer",
            "minimum": 1,
            "description": "The position in the default leaderboard sort order this score places."
          }
        }
      },
      "description": "Submit a score on a given chart."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Definitions related to submitting scores to games hosting leaderboards via Tsunagite."
}

Validate Record

Validate a record against dev.tsunagite.submitScore

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreiexye35syp6wcfmjc7te7ivktdjt2gooyqhmvn7bp3dzfpn3swf4m
Indexed At
2026-04-30 03:25 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.submitScore

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@