me.linkna.lastfm

lexicon.store View official

{
  "id": "me.linkna.lastfm",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "trackName",
          "artistNames",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was created."
          },
          "originUrl": {
            "type": "string",
            "format": "uri",
            "description": "URL to the track on Last.fm."
          },
          "trackMbId": {
            "type": "string",
            "description": "MusicBrainz ID for the track."
          },
          "trackName": {
            "type": "string",
            "description": "Track/song name."
          },
          "artistMbId": {
            "type": "string",
            "description": "MusicBrainz ID for the artist."
          },
          "playedTime": {
            "type": "string",
            "format": "datetime",
            "description": "When the track was played on Last.fm."
          },
          "artistNames": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Artist name(s)."
          },
          "coverArtUrl": {
            "type": "string",
            "description": "URL to the album cover art."
          },
          "releaseMbId": {
            "type": "string",
            "description": "MusicBrainz ID for the release/album."
          },
          "releaseName": {
            "type": "string",
            "description": "Album/release name."
          }
        }
      },
      "description": "A Last.fm scrobble play record written by Linkname."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.linkna.lastfm

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreih5bm5ljawddt5lym2ndugygivpof63ibmmotw2ckjbqgk5mdftuu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/me.linkna.lastfm

Lexicon Garden

@