# social.colibri.approval

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

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.approval)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.approval/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.approval/examples)

## Definitions

### `social.colibri.approval`

**Type**: `record`

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `community` | `string` (at-uri) | Yes | AT-URI of the social.colibri.community record |
| `createdAt` | `string` (datetime) | Yes |  |
| `membership` | `string` (at-uri) | Yes | AT-URI of the user's social.colibri.membership record |

## Raw Schema

```json
{
  "id": "social.colibri.approval",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "membership",
          "community",
          "createdAt"
        ],
        "properties": {
          "community": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the social.colibri.community record"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "membership": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the user's social.colibri.membership record"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
