# fyi.questionable.waitlist.approval

> Published by [questionable.fyi](https://lexicon.garden/identity/did:plc:2tpqeou2twn2lvronqe2ipoi)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.waitlist.approval)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.waitlist.approval/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2tpqeou2twn2lvronqe2ipoi/fyi.questionable.waitlist.approval/examples)

## Definitions

### `fyi.questionable.waitlist.approval`

**Type**: `record`

Created when waitlist request to join Questionable.fyi has been approved. Record key is the DID of the approved account.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `request` | `string` (at-uri) | No | The AT URI of the fyi.questionable.waitlist.request that was approved; Optional as to allow us to pre-approve accounts without needing them to explicitly request to join. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "fyi.questionable.waitlist.approval",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "request": {
            "type": "string",
            "format": "at-uri",
            "description": "The AT URI of the fyi.questionable.waitlist.request that was approved; Optional as to allow us to pre-approve accounts without needing them to explicitly request to join."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Created when waitlist request to join Questionable.fyi has been approved. Record key is the DID of the approved account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
