# pink.vase.pod.follow

> Published by [vase.pink](https://lexicon.garden/identity/did:plc:4q6zynbo2nbapzxwsrswankx)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4q6zynbo2nbapzxwsrswankx/pink.vase.pod.follow)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4q6zynbo2nbapzxwsrswankx/pink.vase.pod.follow/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4q6zynbo2nbapzxwsrswankx/pink.vase.pod.follow/examples)

## Definitions

### `pink.vase.pod.follow`

**Type**: `record`

A follow relationship between a user and a podcast show.

**Key**: `tid`

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

## Raw Schema

```json
{
  "id": "pink.vase.pod.follow",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "show",
          "createdAt"
        ],
        "properties": {
          "show": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The show being followed."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A follow relationship between a user and a podcast show."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
