fm.onrepeat.jam

onrepeat.fm

Documentation

A person's current jam — one song.

main record

A person's current jam — one song.

Record Key tid Timestamp-based ID

Properties

artist string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
artworkUrl string uri Optional

A valid URI.

maxLength: 2048 bytes
caption string Optional

No description available.

maxLength: 1400 bytesmaxGraphemes: 140 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

sourceProvider string Required

No description available.

maxLength: 64 bytes
Known values: spotify, youtube, youtubemusic, applemusic, soundcloud, bandcamp, tidal, deezer, unknown
sourceUrl string uri Required

A valid URI.

maxLength: 2048 bytes
title string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
via ref #viaRef Optional

No description available.

View raw schema
{
  "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 object

Attribution for a re-jam.

Properties

did string did Required

A decentralized identifier (DID).

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    }
  },
  "description": "Attribution for a re-jam."
}

Lexicon Garden

@