# io.zzstoatzz.phi.mentionConsent

> Published by [phi.zzstoatzz.io](https://lexicon.garden/identity/did:plc:65sucjiel52gefhcdcypynsr)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.mentionConsent)
- [Documentation](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.mentionConsent/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:65sucjiel52gefhcdcypynsr/io.zzstoatzz.phi.mentionConsent/examples)

## Definitions

### `io.zzstoatzz.phi.mentionConsent`

**Type**: `record`

Singleton record listing handles that have opted in to being @mentioned by phi.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `handles` | `array` | Yes | Handles that have opted in to mention notifications. |
| `updatedAt` | `string` (datetime) | No | When the consent list was last modified. |

## Raw Schema

```json
{
  "id": "io.zzstoatzz.phi.mentionConsent",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "handles"
        ],
        "properties": {
          "handles": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Handles that have opted in to mention notifications."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the consent list was last modified."
          }
        }
      },
      "description": "Singleton record listing handles that have opted in to being @mentioned by phi."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
