# at.colocate.reaction

> Published by [colocate.at](https://lexicon.garden/identity/did:plc:5q2ni46yjdcgf3baqd5e4prs)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.reaction)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.reaction/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.reaction/examples)

## Definitions

### `at.colocate.reaction`

**Type**: `record`

**Key**: `tid`

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

## Raw Schema

```json
{
  "id": "at.colocate.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "value",
          "createdAt"
        ],
        "properties": {
          "value": {
            "type": "string",
            "knownValues": [
              "like",
              "love",
              "care",
              "laugh",
              "wow",
              "sad",
              "angry"
            ]
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
