{
"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"
}
},
"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
}
Metadata
- DID
-
did:plc:an2jtp4jgkkbtmwfzhpbxawd
- CID
-
bafyreih4rlqlwy4oxff5xj5x2th476rcekgipc6n5n4yals3uyty6ftiri
- Indexed At
- 2026-05-18 09:55 UTC
- AT-URI
-
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.feed.getPostPublic
Version History (2 versions)