# net.atchan.actor.declaration

> Published by [atchan.net](https://lexicon.garden/identity/did:plc:vshgahazzq7qwvp2xc6ai27o)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vshgahazzq7qwvp2xc6ai27o/net.atchan.actor.declaration)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vshgahazzq7qwvp2xc6ai27o/net.atchan.actor.declaration/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vshgahazzq7qwvp2xc6ai27o/net.atchan.actor.declaration/examples)

## Definitions

### `net.atchan.actor.declaration`

**Type**: `record`

Declares that this repo is an atchan user. Typically written when user first signs in.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "net.atchan.actor.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Declares that this repo is an atchan user. Typically written when user first signs in."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
