# build.clovernight.creation.remix

> Published by [studio.pds.clovernight.build](https://lexicon.garden/identity/did:plc:eylr5g42jkpwyputz3xbgynj)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:eylr5g42jkpwyputz3xbgynj/build.clovernight.creation.remix)
- [Documentation](https://lexicon.garden/lexicon/did:plc:eylr5g42jkpwyputz3xbgynj/build.clovernight.creation.remix/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:eylr5g42jkpwyputz3xbgynj/build.clovernight.creation.remix/examples)

## Definitions

### `build.clovernight.creation.remix`

**Type**: `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.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `note` | `string` | No | What changed or why. |
| `result` | `ref` → `com.atproto.repo.strongRef` | No | strongRef to the new build.clovernight.creation.app produced (may be set after the build completes). |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes | strongRef to the original build.clovernight.creation.app being remixed. |
| `createdAt` | `string` (datetime) | Yes | ISO 8601 timestamp of the remix action. |

## Raw Schema

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