# dev.sylfr.feed.like

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:nrri2qphzxtjdnptjrpvg4wn/dev.sylfr.feed.like)
- [Documentation](https://lexicon.garden/lexicon/did:plc:nrri2qphzxtjdnptjrpvg4wn/dev.sylfr.feed.like/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:nrri2qphzxtjdnptjrpvg4wn/dev.sylfr.feed.like/examples)

## Definitions

### `dev.sylfr.feed.like`

**Type**: `record`

Record declaring a 'like' of a piece of subject content. Mirror of `app.bsky.feed.like`.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `via` | `ref` → `com.atproto.repo.strongRef` | No |  |
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "dev.sylfr.feed.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "via": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Record declaring a 'like' of a piece of subject content. Mirror of `app.bsky.feed.like`."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
