app.didpic.feed.getPostPublic

lexicons.didpic.app

{
  "id": "app.didpic.feed.getPostPublic",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "PostNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "author",
            "imageCid",
            "likeCount",
            "commentCount",
            "createdAt",
            "indexedAt"
          ],
          "properties": {
            "alt": {
              "type": "string"
            },
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "pds": {
              "type": "string",
              "format": "uri",
              "description": "Author's PDS endpoint. Use to construct the post's image blob URL."
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "text": {
              "type": "string"
            },
            "author": {
              "ref": "app.didpic.actor.defs#profileBasic",
              "type": "ref"
            },
            "labels": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "editedAt": {
              "type": "string",
              "format": "datetime",
              "description": "Set when the post has been edited at least once. Absent for never-edited posts."
            },
            "imageCid": {
              "type": "string",
              "format": "cid"
            },
            "createdAt": {
              "type": "string",
              "format": "datetime"
            },
            "indexedAt": {
              "type": "string",
              "format": "datetime"
            },
            "likeCount": {
              "type": "integer",
              "minimum": 0
            },
            "aspectRatio": {
              "type": "object",
              "properties": {
                "width": {
                  "type": "integer",
                  "minimum": 1
                },
                "height": {
                  "type": "integer",
                  "minimum": 1
                }
              }
            },
            "commentCount": {
              "type": "integer",
              "minimum": 0
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Unauthenticated post view for public web landings. Omits viewer-relative fields and the comment thread."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.feed.getPostPublic

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

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreighnziokg2jql5niqa4wjd4pn2fjifs6wgpgy6qmahciwsfobcsbq
Indexed At
2026-05-25 02:11 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getPostPublic

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@