{
"id": "pub.chive.eprint.listRelatedWorks",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"relatedWorks"
],
"properties": {
"total": {
"type": "integer",
"description": "Total number of related works"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for next page"
},
"relatedWorks": {
"type": "array",
"items": {
"ref": "#relatedWorkView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"eprintUri"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of related works to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the eprint to list related works for"
}
}
},
"description": "List user-curated related works for an eprint"
},
"relatedWorkView": {
"type": "object",
"required": [
"uri",
"sourceEprintUri",
"targetEprintUri",
"relationType",
"curatorDid",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the related work record"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this related work link was created"
},
"curatorDid": {
"type": "string",
"format": "did",
"description": "DID of the user who created this link"
},
"description": {
"type": "string",
"description": "Description of the relationship"
},
"targetTitle": {
"type": "string",
"description": "Title of the related eprint (resolved from index)"
},
"relationType": {
"type": "string",
"description": "Type of relationship"
},
"sourceEprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the source eprint"
},
"targetEprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the related eprint"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreihjfcdezxj2w24tby4e3lvz5heq3eaz2muo63ixtxge3ifbslkt3m
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.eprint.listRelatedWorks