# store.88x31.like

> Published by [moth11.net](https://lexicon.garden/identity/did:plc:25z6ogppprfvijcnqo2fsfce)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:25z6ogppprfvijcnqo2fsfce/store.88x31.like)
- [Documentation](https://lexicon.garden/lexicon/did:plc:25z6ogppprfvijcnqo2fsfce/store.88x31.like/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:25z6ogppprfvijcnqo2fsfce/store.88x31.like/examples)

## Definitions

### `store.88x31.like`

**Type**: `record`

Record declaring a 'like' of a piece of an 88x31 button.

**Key**: `tid`

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

## Raw Schema

```json
{
  "id": "store.88x31.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Record declaring a 'like' of a piece of an 88x31 button."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
