social.grain.photo

grain.social

{
  "id": "social.grain.photo",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "photo",
          "alt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "description": "Alt text description of the image, for accessibility."
          },
          "photo": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "aspectRatio": {
            "ref": "social.grain.defs#aspectRatio",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.grain.photo

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

Metadata

DID
did:plc:e7rftrdyz5e2rw4y6ocszew2
CID
bafyreiec24azdo2caoijpefea3x6qfewjvkfu3zcjj3u3lwf3nx3q7nunu
Indexed At
2026-02-13 14:32 UTC
AT-URI
at://did:plc:e7rftrdyz5e2rw4y6ocszew2/com.atproto.lexicon.schema/social.grain.photo

Referenced Schemas (1)

Lexicon Garden

@