# am.noz.mecenas.creator

> Published by [noz.am](https://lexicon.garden/identity/did:plc:lmkzmvv6sdxntwtyxpg7fqqq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.mecenas.creator)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.mecenas.creator/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.mecenas.creator/examples)

## Definitions

### `am.noz.mecenas.creator`

**Type**: `record`

The public Mecenas membership page owned by the repository DID.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `avatar` | `blob` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `updatedAt` | `string` (datetime) | Yes |  |
| `description` | `string` | Yes |  |
| `displayName` | `string` | Yes |  |
| `formatVersion` | `integer` | Yes |  |
| `memberWelcome` | `string` | No |  |

## Raw Schema

```json
{
  "id": "am.noz.mecenas.creator",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "displayName",
          "description",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp"
            ],
            "maxSize": 2000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxGraphemes": 3000
          },
          "displayName": {
            "type": "string",
            "maxGraphemes": 80,
            "minGraphemes": 1
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          },
          "memberWelcome": {
            "type": "string",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "The public Mecenas membership page owned by the repository DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
