app.didpic.feed.post

lexicons.didpic.app

{
  "id": "app.didpic.feed.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 10000,
            "description": "Alt text describing the image for accessibility.",
            "maxGraphemes": 1000
          },
          "text": {
            "type": "string",
            "maxLength": 22000,
            "description": "Caption text. May be empty.",
            "maxGraphemes": 2200
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 5000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "aspectRatio": {
            "ref": "#aspectRatio",
            "type": "ref"
          }
        }
      },
      "description": "A didpic post: a single photo with an optional caption. Old-school photo-feed style — one image per post, no carousels."
    },
    "aspectRatio": {
      "type": "object",
      "required": [
        "width",
        "height"
      ],
      "properties": {
        "width": {
          "type": "integer",
          "minimum": 1
        },
        "height": {
          "type": "integer",
          "minimum": 1
        }
      },
      "description": "Width:height ratio of the image in pixels. Used by clients to reserve layout space."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.feed.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreihfuntrzh5odjrdjyuxom43m2bw4t2gpm5zarxr3uismlcszqjtai
Indexed At
2026-05-16 06:10 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.post

Version History (4 versions)

Lexicon Garden

@