pics.2bit.feed.photo

2bit.pics

{
  "id": "pics.2bit.feed.photo",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "colors",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 3000,
            "description": "Alt text for accessibility.",
            "maxGraphemes": 300
          },
          "image": {
            "type": "bytes",
            "maxLength": 3584,
            "minLength": 3584,
            "description": "128x112 2bpp Game Boy Camera tile data: 16x14 tiles in row-major order, 16 bytes per tile (8 rows of low+high bit-plane bytes, MSB-first)."
          },
          "colors": {
            "type": "array",
            "items": {
              "type": "integer",
              "maximum": 16777215,
              "minimum": 0
            },
            "maxLength": 4,
            "minLength": 4,
            "description": "Four 24-bit RGB colors (0 to 0xFFFFFF) corresponding to 2bpp pixel values 0 through 3, where 0 is lightest and 3 is darkest."
          },
          "labels": {
            "ref": "com.atproto.label.defs#selfLabels",
            "type": "ref",
            "description": "Self-applied content labels, set by the author. 2bit.pics writes any of porn/sexual/nudity/graphic-media, at most one of which is porn/sexual/nudity; clients blur or warn on labeled photos."
          },
          "caption": {
            "type": "string",
            "maxLength": 5000,
            "description": "Free-text caption.",
            "maxGraphemes": 500
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this photo record was published."
          }
        }
      },
      "description": "A single 4-shade, low-resolution photo. The core record of 2bit.pics."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pics.2bit.feed.photo

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

Metadata

DID
did:plc:sbmntiflmknij2axeck3w6u7
CID
bafyreia2ixi6i43cg3xx6qixlmro6ynk6ipzmhomqf4sxn42iu2chmwnby
Indexed At
2026-08-20 04:23 UTC
AT-URI
at://did:plc:sbmntiflmknij2axeck3w6u7/com.atproto.lexicon.schema/pics.2bit.feed.photo

Version History (6 versions)

Referenced Schemas (1)

Lexicon Garden

@