dev.tsunagite.createSong

tsunagite.dev

{
  "id": "dev.tsunagite.createSong",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "id",
            "song"
          ],
          "properties": {
            "id": {
              "type": "string",
              "format": "record-key",
              "description": "The ID of this song. Should only include [a-zA-Z0-9-]."
            },
            "song": {
              "ref": "dev.tsunagite.song",
              "type": "ref"
            }
          }
        },
        "encoding": "text/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "uri": {
              "tye": "string",
              "format": "at-uri",
              "description": "The URI pointing to the song's newly-created record."
            }
          }
        },
        "encoding": "text/json"
      },
      "description": "Create a record for a song in a game hosting leaderboards via Tsunagite. If the song already exists, update its data."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.tsunagite.createSong

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

Metadata

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

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@