at.pasteb.paste

lexicon.store View official

{
  "id": "at.pasteb.paste",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "createdAt"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "maxLength": 32,
            "description": "Language/syntax identifier for highlighting"
          },
          "title": {
            "type": "string",
            "maxLength": 256
          },
          "content": {
            "type": "blob",
            "accept": [
              "*/*"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "thumbnail": {
            "type": "blob",
            "accept": [
              "image/webp"
            ],
            "maxSize": 102400
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2048,
            "description": "Optional description of the paste",
            "maxGraphemes": 1024
          }
        }
      },
      "description": "A paste"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.pasteb.paste

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreihv7dpzxlcwkubuscimbyqub4aa6gaor2dlcmm7jkl3zqxxpyeqzi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/at.pasteb.paste

Lexicon Garden

@