{
"id": "app.bivri.search.suggestTags",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tags"
],
"properties": {
"tags": {
"type": "array",
"items": {
"ref": "app.bivri.search.searchArtworks#tagSuggestion",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"prefix"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 30,
"minimum": 1,
"description": "Maximum number of suggestions to return."
},
"prefix": {
"type": "string",
"minLength": 1,
"description": "Prefix the suggested tags must start with."
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get tag autocomplete suggestions for a prefix."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreifx5xtm5jubgeufsovgf7cpzv3jz6jcunrb6nayayjvwwegpaxdxy
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.search.suggestTags