am.noz.mecenas.creator

noz.am

{
  "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
          }
        }
      },
      "description": "The public Mecenas membership page owned by the repository DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.mecenas.creator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreicap6r2vislwimqno4ylvg7fi6vknrh6ay22usukhavoueovyqbm4
Indexed At
2026-08-29 22:24 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.mecenas.creator

Version History (2 versions)

Lexicon Garden

@