dev.tsunagite.song

tsunagite.dev

{
  "id": "dev.tsunagite.song",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "title",
          "composer"
        ],
        "properties": {
          "game": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri",
              "description": "All URIs must point to records of type `dev.tsunagite.game`."
            },
            "description": "The game(s) this song is included in."
          },
          "genre": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The genre this song belongs to."
          },
          "title": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The human-readable title of this song in UI. Translations will typically be listed alongside the default."
          },
          "jacket": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/jxl",
              "image/webp"
            ],
            "maxSize": 8000000,
            "description": "The jacket or banner art of this song, for display in UI."
          },
          "source": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The source this song is from - an album, competition, other game, etc."
          },
          "composer": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The name of the composer of this song. Translations will typically be listed alongside the default."
          },
          "subtitle": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The human-readable subtitle of this song."
          },
          "jacketArtist": {
            "ref": "dev.tsunagite.translatable",
            "type": "ref",
            "description": "The name of the jacket artist for this song."
          }
        }
      },
      "description": "A song included in a game hosting leaderboards via Tsunagite."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Definitions related to songs included in games hosting leaderboards via Tsunagite."
}

Validate Record

Validate a record against dev.tsunagite.song

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

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreiemevris5t2fkqjmxbdkb7d2l5s33fqz24w5ocdxh6rvxkwbrrfoe
Indexed At
2026-02-13 13:53 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.song

Referenced Schemas (1)

Lexicon Garden

@