at.meme-museum.collectionItem

meme-museum.at

{
  "id": "at.meme-museum.collectionItem",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "TODO: title name of record; can not be empty",
            "maxGraphemes": 64
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 2000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "TODO: describe purpose of this schema"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.meme-museum.collectionItem

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rerdjlp4sbpnw6m3t35m27zb
CID
bafyreiceibikrs66bmmyy6gs6j4rziauq44gyn6wj6b4fwbasd4xuosauy
Indexed At
2026-08-07 21:59 UTC
AT-URI
at://did:plc:rerdjlp4sbpnw6m3t35m27zb/com.atproto.lexicon.schema/at.meme-museum.collectionItem

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@