# social.arabica.alpha.like

> Published by [arabica.social](https://lexicon.garden/identity/did:plc:chqc2ockzmyvlrasfb66x64a)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:chqc2ockzmyvlrasfb66x64a/social.arabica.alpha.like)
- [Documentation](https://lexicon.garden/lexicon/did:plc:chqc2ockzmyvlrasfb66x64a/social.arabica.alpha.like/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:chqc2ockzmyvlrasfb66x64a/social.arabica.alpha.like/examples)

## Definitions

### `social.arabica.alpha.like`

**Type**: `record`

A like on an Arabica record (brew, bean, roaster, grinder, or brewer)

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `ref` → `com.atproto.repo.strongRef` | Yes | The AT-URI and CID of the record being liked |
| `createdAt` | `string` (datetime) | Yes | Timestamp when the like was created |

## Raw Schema

```json
{
  "id": "social.arabica.alpha.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The AT-URI and CID of the record being liked"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the like was created"
          }
        }
      },
      "description": "A like on an Arabica record (brew, bean, roaster, grinder, or brewer)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
