{
"id": "app.bivri.feed.getArtworkLikes",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"likes"
],
"properties": {
"likes": {
"type": "array",
"items": {
"ref": "#likeView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the artwork record"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
},
"likeView": {
"type": "object",
"required": [
"actor",
"createdAt"
],
"properties": {
"actor": {
"ref": "app.bivri.actor.defs#profileViewBasic",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get likes for an artwork."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreievvcxplmeq3342rvqlxji3455n2n4xditvkeeevlulvlyhl6v6sy
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.getArtworkLikes