fm.freemix.remix.attribution

lex-publisher.freemix.fm

{
  "id": "fm.freemix.remix.attribution",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sourceTrack",
          "sourceArtist",
          "derivativeTrack",
          "derivativeType",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 100,
            "description": "Record creation timestamp"
          },
          "description": {
            "type": "string",
            "maxLength": 1000,
            "description": "Description of how the source was used in the derivative"
          },
          "sourceTrack": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 3000,
            "description": "AT URI of the original/source track"
          },
          "sourceArtist": {
            "type": "string",
            "format": "did",
            "maxLength": 2048,
            "description": "DID of the original artist"
          },
          "derivativeType": {
            "type": "string",
            "maxLength": 100,
            "description": "Type of derivative work",
            "knownValues": [
              "remix",
              "sample",
              "edit",
              "mashup",
              "cover"
            ]
          },
          "sourceTrackCid": {
            "type": "string",
            "format": "cid",
            "maxLength": 200,
            "description": "CID of the source track record at time of attribution (pins to exact version)"
          },
          "derivativeTrack": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 3000,
            "description": "AT URI of the remix/derivative track"
          },
          "derivativeTrackCid": {
            "type": "string",
            "format": "cid",
            "maxLength": 200,
            "description": "CID of the derivative track record at time of attribution"
          }
        }
      },
      "description": "Attribution record linking a derivative work to its source, forming the remix tree graph"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fm.freemix.remix.attribution

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:bt7c6cqevgefnvej5cmgke4g
CID
bafyreihdmdzz3i4xoc4ifx5oxjooe4ifnmxbynw2x7sfhiiplfc7jfuamu
Indexed At
2026-04-10 01:36 UTC
AT-URI
at://did:plc:bt7c6cqevgefnvej5cmgke4g/com.atproto.lexicon.schema/fm.freemix.remix.attribution

Lexicon Garden

@