pub.chive.claiming.autocomplete

chive.pub

{
  "id": "pub.chive.claiming.autocomplete",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "suggestions"
          ],
          "properties": {
            "suggestions": {
              "type": "array",
              "items": {
                "ref": "#suggestion",
                "type": "ref"
              },
              "description": "List of autocomplete suggestions"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "query"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 8,
            "maximum": 10,
            "minimum": 1,
            "description": "Maximum number of suggestions to return"
          },
          "query": {
            "type": "string",
            "minLength": 2,
            "description": "Search query prefix"
          }
        }
      },
      "description": "Provides fast autocomplete suggestions for claiming search. Optimized for low latency with short timeouts."
    },
    "suggestion": {
      "type": "object",
      "required": [
        "title",
        "authors",
        "source",
        "externalId"
      ],
      "properties": {
        "title": {
          "type": "string",
          "description": "Eprint title"
        },
        "source": {
          "type": "string",
          "description": "External source identifier (e.g., arxiv, biorxiv)"
        },
        "authors": {
          "type": "string",
          "description": "First 2 authors joined (e.g., 'Author1, Author2 et al.')"
        },
        "externalId": {
          "type": "string",
          "description": "Source-specific identifier"
        },
        "fieldMatchScore": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "User field relevance score (0-100), present if authenticated"
        },
        "highlightedTitle": {
          "type": "string",
          "description": "Title with query portion highlighted using markdown bold"
        }
      },
      "description": "An autocomplete suggestion for a claimable eprint"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.claiming.autocomplete

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreihxxcnrrgkgxwlof3fsx4tzixgc3awplaoh3bhkllxlrh5ufng2v4
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.claiming.autocomplete

Lexicon Garden

@