{
"id": "build.clovernight.creation.remix",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}