{
"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 を意味検索(埋め込み)+語彙一致で検索する。"
},
"mode": {
"type": "string",
"default": "hybrid",
"description": "exact=name+description の語彙一致のみ(活動順) / semantic=埋め込みの近傍のみ(語彙一致ヒットは除外・相対しきい値で足切り) / hybrid=両者を混ぜた従来の1本。typeahead=true のときは無視される。",
"knownValues": [
"exact",
"semantic",
"hybrid"
]
},
"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
-
bafyreifcfcztaqyulxg4brsuqae5ifwml2vd4hxmq4hm645h75grteihny
- Indexed At
- 2026-08-05 17:13 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.searchChannels
Version History (3 versions)