fm.onrepeat.jam

onrepeat.fm

{
  "id": "fm.onrepeat.jam",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sourceUrl",
          "sourceProvider",
          "title",
          "artist",
          "createdAt"
        ],
        "properties": {
          "via": {
            "ref": "#viaRef",
            "type": "ref"
          },
          "title": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "artist": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "caption": {
            "type": "string",
            "maxLength": 1400,
            "maxGraphemes": 140
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "artworkUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "sourceProvider": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "spotify",
              "youtube",
              "youtubemusic",
              "applemusic",
              "soundcloud",
              "bandcamp",
              "tidal",
              "deezer",
              "unknown"
            ]
          }
        }
      },
      "description": "A person's current jam — one song."
    },
    "viaRef": {
      "type": "object",
      "required": [
        "uri",
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "description": "Attribution for a re-jam."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fm.onrepeat.jam

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uvn6p3pn2vwdjgnerqfrdcx4
CID
bafyreigqcx5nfqyhdpkce4h3jxlmmo52fdn7itzkyyhb37spxmp6q4pday
Indexed At
2026-06-13 02:23 UTC
AT-URI
at://did:plc:uvn6p3pn2vwdjgnerqfrdcx4/com.atproto.lexicon.schema/fm.onrepeat.jam

Lexicon Garden

@