{
"id": "world.ptah.trace",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"creatorDID",
"worldReference",
"createdAt",
"sourceWork",
"derivedWork",
"relationship"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when this trace was created"
},
"creatorDID": {
"type": "string",
"format": "did",
"description": "The permanent identity of the trace record's creator"
},
"sourceWork": {
"type": "string",
"format": "at-uri",
"description": "Reference to the original work"
},
"derivedWork": {
"type": "string",
"format": "at-uri",
"description": "Reference to the work that came from the source"
},
"description": {
"type": "string",
"maxLength": 10240,
"description": "Context about the relationship",
"maxGraphemes": 1024
},
"relationship": {
"type": "string",
"description": "The type of relationship between the works",
"knownValues": [
"cover",
"remix",
"adaptation",
"translation",
"sample",
"interpolation",
"response",
"sequel",
"spinoff",
"excerpt",
"remake",
"fork"
]
},
"worldReference": {
"type": "string",
"format": "at-uri",
"description": "Reference to the world this trace belongs to"
},
"clearanceStatus": {
"type": "string",
"description": "Whether rights clearance has been obtained",
"knownValues": [
"cleared",
"pending",
"disputed",
"notRequired"
]
}
}
},
"description": "Tracks lineage between works. The paper trail from one work to another — cover, remix, adaptation, translation, sample, and more."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}