pub.chive.actor.autocompleteKeyword

chive.pub

{
  "id": "pub.chive.actor.autocompleteKeyword",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "suggestions"
          ],
          "properties": {
            "suggestions": {
              "type": "array",
              "items": {
                "ref": "#keywordSuggestion",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "query"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 8,
            "maximum": 50,
            "minimum": 1,
            "description": "Maximum number of suggestions to return"
          },
          "query": {
            "type": "string",
            "minLength": 1,
            "description": "Search query for keyword"
          },
          "sources": {
            "type": "array",
            "items": {
              "type": "string",
              "knownValues": [
                "fast",
                "wikidata"
              ]
            },
            "description": "Data sources to query (defaults to both)"
          }
        }
      },
      "description": "Autocomplete research keywords using FAST subject headings and Wikidata entities"
    },
    "keywordSuggestion": {
      "type": "object",
      "required": [
        "id",
        "label",
        "source"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Identifier from the source system (FAST ID or Wikidata Q-number)"
        },
        "label": {
          "type": "string",
          "description": "Display label for the keyword"
        },
        "source": {
          "type": "string",
          "description": "Source of the keyword suggestion",
          "knownValues": [
            "fast",
            "wikidata",
            "freetext"
          ]
        },
        "usageCount": {
          "type": "integer",
          "description": "Usage count from FAST database"
        },
        "description": {
          "type": "string",
          "description": "Description of the keyword (Wikidata only)"
        }
      },
      "description": "A keyword suggestion from FAST or Wikidata"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.actor.autocompleteKeyword

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@