{
"id": "place.stream.live.searchActorsTypeahead",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"actors"
],
"properties": {
"actors": {
"type": "array",
"items": {
"ref": "#actor",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"q": {
"type": "string",
"description": "Search query prefix; not a full query string."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 100,
"minimum": 1
}
}
},
"description": "Find actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry."
},
"actor": {
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The actor's DID"
},
"handle": {
"type": "string",
"format": "handle",
"description": "The actor's handle"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreifvxirrgk6fgfbdazgntaps7n2sdxmbmna7rg4iqf44kcncqod3be
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.live.searchActorsTypeahead