Records that one creation was derived from another. A first-class social action (surfaces as 'X remixed Y') and the public, DID-signed lineage edge that underpins attribution across creators.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
ISO 8601 timestamp of the remix action.
note
string
Optional
What changed or why.
maxLength: 1024 bytesresult
ref
com.atproto.repo.strongRef
Optional
strongRef to the new build.clovernight.creation.app produced (may be set after the build completes).
subject
ref
com.atproto.repo.strongRef
Required
strongRef to the original build.clovernight.creation.app being remixed.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 1024,
"description": "What changed or why."
},
"result": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "strongRef to the new build.clovernight.creation.app produced (may be set after the build completes)."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "strongRef to the original build.clovernight.creation.app being remixed."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 timestamp of the remix action."
}
}
},
"description": "Records that one creation was derived from another. A first-class social action (surfaces as 'X remixed Y') and the public, DID-signed lineage edge that underpins attribution across creators."
}