{
"id": "app.didpic.feed.getFeatured",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"post"
],
"properties": {
"post": {
"refs": [
"app.didpic.feed.defs#postView"
],
"type": "union"
}
}
},
"encoding": "application/json"
},
"description": "Single most-recent eligible post from the viewer's following feed. Strictest filter set in the system: no labels (account or post), no discover suppression, no takedowns, no blocks. Designed for OS widgets / Live Activities / any glanceable surface that needs one always-safe image. Returns { post: null } when nothing qualifies rather than 404."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}