at.mecenas.creator

noz.am

{
  "id": "at.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
}

Validate Record

Validate a record against at.mecenas.creator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreih5kzumew7jq2npgyoa6o4g7fotlwy2lqdlmm6xncnh2kzvsrde5u
Indexed At
2026-09-14 12:20 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/at.mecenas.creator

Lexicon Garden

@