io.atcr.repo.page

atcr.io

{
  "id": "io.atcr.repo.page",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "repository",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 3000000,
            "description": "Repository avatar/icon image."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record last updated timestamp"
          },
          "repository": {
            "type": "string",
            "maxLength": 256,
            "description": "The name of the repository (e.g., 'myapp'). Must match the rkey."
          },
          "description": {
            "type": "string",
            "maxLength": 100000,
            "description": "Markdown README/description content for the repository page."
          }
        }
      },
      "description": "Repository page metadata including description and avatar. Users can edit this directly in their PDS to customize their repository page."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.repo.page

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreidqr62urz2s57xmmbaxnnrsvckyfobicgpzvbrymt5zvlxh3iw5wy
Indexed At
2026-01-10 02:49 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.repo.page

Lexicon Garden

@