{
"id": "pub.chive.author.searchAuthors",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"authors"
],
"properties": {
"cursor": {
"type": "string",
"description": "Cursor for next page"
},
"authors": {
"type": "array",
"items": {
"ref": "#authorSearchResult",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"minLength": 1,
"description": "Search query"
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
}
}
},
"description": "Search for authors by name or other criteria"
},
"authorSearchResult": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"avatar": {
"type": "string",
"format": "uri"
},
"handle": {
"type": "string"
},
"affiliation": {
"type": "string"
},
"displayName": {
"type": "string"
},
"eprintCount": {
"type": "integer"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreibfsazxi3vkaqcv3bhobiil565u3yjtbtprhmarcxbh34y5p4vwn4
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.author.searchAuthors