com.suibari.nagi.searchNews

suibari.com

{
  "id": "com.suibari.nagi.searchNews",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items",
            "hasMore"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            },
            "cursor": {
              "type": "string"
            },
            "hasMore": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 200,
            "description": "自由文キーワード。承認済みニュースの見出しを意味検索(埋め込み)+語彙一致で検索する。"
          },
          "lang": {
            "type": "string",
            "default": "ja",
            "knownValues": [
              "ja",
              "en"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.searchNews

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreiapv52ja32rnwn5wdssmiw4sy72hpp6yqfnv67cxrmyebdwjhevtm
Indexed At
2026-07-24 10:49 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.searchNews

Version History (2 versions)

Lexicon Garden

@