social.twinkl.actor.profileMusic

kandake.africa

{
  "id": "social.twinkl.actor.profileMusic",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "tracks",
          "createdAt"
        ],
        "properties": {
          "tracks": {
            "type": "array",
            "items": {
              "ref": "#trackRef",
              "type": "ref"
            },
            "maxLength": 25
          },
          "autoplay": {
            "type": "boolean",
            "default": false,
            "description": "Whether playback should begin automatically on visit (subject to browser autoplay policies)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Songs that play when someone visits the actor's home page, sourced from plyr.fm."
    },
    "trackRef": {
      "type": "object",
      "required": [
        "src"
      ],
      "properties": {
        "src": {
          "type": "string",
          "format": "uri",
          "description": "plyr.fm track URL or AT-URI of the fm.plyr track record."
        },
        "title": {
          "type": "string",
          "maxLength": 1000
        },
        "artist": {
          "type": "string",
          "maxLength": 1000
        }
      },
      "description": "Reference to a plyr.fm track."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.twinkl.actor.profileMusic

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lrphxvv25aibthe7xoc2eeyy
CID
bafyreibr5vjldo74y5ihzvy6t5ctswfyp23zre6cuea4ppg222jn2bf4dq
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:lrphxvv25aibthe7xoc2eeyy/com.atproto.lexicon.schema/social.twinkl.actor.profileMusic

Lexicon Garden

@