pub.chive.tag.getSuggestions

chive.pub

{
  "id": "pub.chive.tag.getSuggestions",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "suggestions"
          ],
          "properties": {
            "suggestions": {
              "type": "array",
              "items": {
                "ref": "#tagSuggestion",
                "type": "ref"
              },
              "description": "List of tag suggestions"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 100,
            "minLength": 2,
            "description": "Query string to get suggestions for"
          },
          "limit": {
            "type": "integer",
            "default": 10,
            "maximum": 20,
            "minimum": 1,
            "description": "Maximum number of suggestions to return"
          }
        }
      },
      "description": "Get tag suggestions based on a query using the TaxoFolk system"
    },
    "tagSuggestion": {
      "type": "object",
      "required": [
        "displayForm",
        "normalizedForm",
        "confidence",
        "source"
      ],
      "properties": {
        "source": {
          "type": "string",
          "description": "Source of the suggestion",
          "knownValues": [
            "cooccurrence",
            "authority",
            "facet"
          ]
        },
        "confidence": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Suggestion confidence (0-100, scaled from 0-1)"
        },
        "displayForm": {
          "type": "string",
          "description": "Suggested display form"
        },
        "matchedTerm": {
          "type": "string",
          "description": "Term that triggered this suggestion"
        },
        "normalizedForm": {
          "type": "string",
          "description": "Normalized form of the suggestion"
        }
      },
      "description": "A tag suggestion from the TaxoFolk system"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.tag.getSuggestions

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@