{
"id": "com.suibari.nagi.searchChannels",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"channels",
"hasMore"
],
"properties": {
"cursor": {
"type": "string"
},
"hasMore": {
"type": "boolean"
},
"channels": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 200,
"description": "自由文キーワード。name+description を意味検索(埋め込み)+語彙一致で検索する。"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"typeahead": {
"type": "boolean",
"default": false,
"description": "true のとき、入力候補用に name だけを軽量な語彙一致で検索する。"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:uixgxpiqf4i63p6rgpu7ytmx
- CID
-
bafyreifsefcvmkixpqk3jodlhwipiqm24tzxjawp62k4kv4kntla73y6f4
- Indexed At
- 2026-07-29 11:42 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.searchChannels
Version History (3 versions)