lol.atmobin.paste

chris.pardy.family

{
  "id": "lol.atmobin.paste",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 100000,
            "description": "The pasted text content."
          },
          "title": {
            "type": "string",
            "maxLength": 1280,
            "description": "Optional title for the paste.",
            "maxGraphemes": 128
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "#image",
              "type": "ref"
            },
            "maxLength": 4,
            "description": "Optional attached images."
          },
          "language": {
            "type": "string",
            "maxLength": 64,
            "description": "Optional language hint for syntax highlighting."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A paste: a snippet of text and/or attached images, pastebin style."
    },
    "image": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 2000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 1000000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.atmobin.paste

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dp7v5b5kejmmzzpwmqyf5wj6
CID
bafyreic4nqbqvqutgazevearbphvyf53vkkxdobm5jan75vrcv3jsndawm
Indexed At
2026-07-25 16:02 UTC
AT-URI
at://did:plc:dp7v5b5kejmmzzpwmqyf5wj6/com.atproto.lexicon.schema/lol.atmobin.paste

Lexicon Garden

@