moe.karashiiro.kpaste.paste

karashiiro.moe

{
  "id": "moe.karashiiro.kpaste.paste",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 200,
            "description": "Optional title for the paste"
          },
          "content": {
            "type": "blob",
            "accept": [
              "text/plain",
              "text/*"
            ],
            "maxSize": 10000000,
            "description": "Blob reference to the paste content"
          },
          "language": {
            "type": "string",
            "default": "text",
            "maxLength": 50,
            "description": "Programming language for syntax highlighting"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the paste was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the paste was last modified (optional, defaults to createdAt)"
          }
        },
        "description": "A code/text paste"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record representing a code/text paste"
}

Validate Record

Validate a record against moe.karashiiro.kpaste.paste

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:egymjjk6rg6td4wzhyxqnwlm
CID
bafyreiaznoiuaqxhdkhhg225okmmm44d4ta2sf5n4csmswtk6uwyhvzid4
Indexed At
2026-02-13 13:57 UTC
AT-URI
at://did:plc:egymjjk6rg6td4wzhyxqnwlm/com.atproto.lexicon.schema/moe.karashiiro.kpaste.paste

Lexicon Garden

@