# social.drydown.actor

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.actor)
- [Documentation](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.actor/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.actor/examples)

## Definitions

### `social.drydown.actor`

**Type**: `record`

A record indicating this AT Protocol user is a Drydown participant.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes | Timestamp when the user joined Drydown. Backfilled from earliest review if applicable. |

## Raw Schema

```json
{
  "id": "social.drydown.actor",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the user joined Drydown. Backfilled from earliest review if applicable."
          }
        }
      },
      "description": "A record indicating this AT Protocol user is a Drydown participant."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
