# dev.npmx.feed.like

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

✓ This is the authoritative definition for this NSID.

## Links

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

## Definitions

### `dev.npmx.feed.like`

**Type**: `record`

A like of a package on npmx

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `ref` → `com.atproto.repo.strongRef` | No | A strong reference to the dev.npmx.package record. If the package does not have a record in an atproto repo, this is not included. |
| `createdAt` | `string` (datetime) | Yes |  |
| `subjectRef` | `string` (uri) | Yes | The npmx URL to the package to allow for counting of packages that do not have a record in an atproto repo. |

## Raw Schema

```json
{
  "id": "dev.npmx.feed.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "subjectRef"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "A strong reference to the dev.npmx.package record. If the package does not have a record in an atproto repo, this is not included."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "subjectRef": {
            "type": "string",
            "format": "uri",
            "description": "The npmx URL to the package to allow for counting of packages that do not have a record in an atproto repo."
          }
        }
      },
      "description": "A like of a package on npmx"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
