build.clovernight.creation.remix

studio.pds.clovernight.build

Documentation

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.

main record

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 bytes
result ref com.atproto.repo.strongRef Optional

strongRef to the new build.clovernight.creation.app produced (may be set after the build completes).

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

Lexicon Garden

@