# dev.nekono.skyshare.entry

> Published by [nekono.dev](https://lexicon.garden/identity/did:plc:arvsmkkcflx2hdfum5jk54n3)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:arvsmkkcflx2hdfum5jk54n3/dev.nekono.skyshare.entry)
- [Documentation](https://lexicon.garden/lexicon/did:plc:arvsmkkcflx2hdfum5jk54n3/dev.nekono.skyshare.entry/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:arvsmkkcflx2hdfum5jk54n3/dev.nekono.skyshare.entry/examples)

## Definitions

### `dev.nekono.skyshare.entry`

**Type**: `record`

A share entry that represents another AT record with a derived asset.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `source` | `ref` → `com.atproto.repo.strongRef` | Yes | Reference to the original AT record this entry is derived from. |
| `manifest` | `ref` → `dev.nekono.skyshare.defs#manifest` | Yes | Reference to the manifest definition. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "dev.nekono.skyshare.entry",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source",
          "manifest",
          "createdAt"
        ],
        "properties": {
          "source": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the original AT record this entry is derived from."
          },
          "manifest": {
            "ref": "dev.nekono.skyshare.defs#manifest",
            "type": "ref",
            "description": "Reference to the manifest definition."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A share entry that represents another AT record with a derived asset."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
