work.mattriley.listen

mattriley.work

{
  "id": "work.mattriley.listen",
  "defs": {
    "main": {
      "key": "literal:latest",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "track",
          "artist",
          "syncedAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Track URL on the upstream source."
          },
          "album": {
            "type": "string",
            "description": "Album title, if known."
          },
          "track": {
            "type": "string",
            "description": "Track title."
          },
          "artist": {
            "type": "string",
            "description": "Artist name."
          },
          "source": {
            "type": "string",
            "description": "Upstream source of the listen data (e.g. lastfm)."
          },
          "imageUrl": {
            "type": "string",
            "format": "uri",
            "description": "Album art URL."
          },
          "syncedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was last synced from the upstream source."
          },
          "listenedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the track was scrobbled. Absent while now playing."
          },
          "nowPlaying": {
            "type": "boolean",
            "description": "True when the track was playing at sync time."
          }
        }
      },
      "description": "Singleton record holding the latest listened track."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "The most recent track Matt listened to, synced from Last.fm."
}

Validate Record

Validate a record against work.mattriley.listen

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:g5frjlzwnpjtxlc6chaqbl4o
CID
bafyreigemo5if3kw7h6lpedi4mkr6uuebaou5qhkelz4ez6xqoyaznda2q
Indexed At
2026-06-11 15:12 UTC
AT-URI
at://did:plc:g5frjlzwnpjtxlc6chaqbl4o/com.atproto.lexicon.schema/work.mattriley.listen

Lexicon Garden

@