{
"id": "tech.waow.typeahead.searchActors",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"actors"
],
"properties": {
"actors": {
"type": "array",
"items": {
"ref": "#actorBasic",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search prefix; matched against handles and display names."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 100,
"minimum": 1
}
}
},
"description": "Prefix search for atproto actors, ordered for typeahead use. Served entirely from a community-run index; unauthenticated."
},
"actorBasic": {
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"avatar": {
"type": "string",
"format": "uri"
},
"handle": {
"type": "string",
"format": "handle"
},
"labels": {
"type": "unknown"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"associated": {
"type": "unknown"
},
"displayName": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
}
},
"description": "Basic actor profile. Matches the shape of app.bsky.actor.defs#profileViewBasic minus the authenticated viewer state."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:y6kywgnb7xletjpa5hhxmd4k
- CID
-
bafyreih2isc2tcar2cvwjyglp5hdcgt5cvxowalzzyhuvod6qlbweizati
- Indexed At
- 2026-07-25 05:51 UTC
- AT-URI
-
at://did:plc:y6kywgnb7xletjpa5hhxmd4k/com.atproto.lexicon.schema/tech.waow.typeahead.searchActors
Version History (2 versions)