net.atview.gallery.photo

atview.net

{
  "id": "net.atview.gallery.photo",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "blob"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 5000,
            "description": "Alt text describing the photo for accessibility.",
            "maxGraphemes": 500
          },
          "blob": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 10000000,
            "description": "The photo image file. May be up to 2 MB."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 1280,
              "maxGraphemes": 128
            },
            "description": "Tags used to categorize or filter gallery photos. Avoid prepending tags with hashtags."
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Optional caption or longer description of the photo.",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "A photo in an atview gallery. Stores the image blob alongside accessibility text, an optional caption, and categorization tags."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atview.gallery.photo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ycd3zyxa6iru5fiplr3un6nr
CID
bafyreih2g4z65egblueooswd7cq5ikh7hlhpktpkuttgpyho3igh6thiku
Indexed At
2026-05-18 08:51 UTC
AT-URI
at://did:plc:ycd3zyxa6iru5fiplr3un6nr/com.atproto.lexicon.schema/net.atview.gallery.photo

Lexicon Garden

@