world.ptah.trace

ptah.world

{
  "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
}

Validate Record

Validate a record against world.ptah.trace

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:l45z35sxxjuobp5q65a5vu22
CID
bafyreifccyfdla3fjampqo7upqejahn7xqlvtqzavwqp55p4icrbbtdmku
Indexed At
2026-03-25 20:41 UTC
AT-URI
at://did:plc:l45z35sxxjuobp5q65a5vu22/com.atproto.lexicon.schema/world.ptah.trace

Lexicon Garden

@