pub.chive.tag.getDetail

chive.pub

{
  "id": "pub.chive.tag.getDetail",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "TagNotFound"
        }
      ],
      "output": {
        "schema": {
          "ref": "#tagSummary",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "tag"
        ],
        "properties": {
          "tag": {
            "type": "string",
            "description": "Normalized tag form to look up"
          }
        }
      },
      "description": "Get detailed information for a specific tag"
    },
    "tagSummary": {
      "type": "object",
      "required": [
        "normalizedForm",
        "displayForms",
        "usageCount",
        "qualityScore",
        "isPromoted"
      ],
      "properties": {
        "isPromoted": {
          "type": "boolean",
          "description": "Whether the tag has been promoted to a facet or authority"
        },
        "promotedTo": {
          "ref": "#promotionTarget",
          "type": "ref",
          "description": "Promotion target if promoted"
        },
        "usageCount": {
          "type": "integer",
          "minimum": 0,
          "description": "Number of eprints tagged with this tag"
        },
        "displayForms": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "All display forms used for this tag"
        },
        "qualityScore": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Tag quality score (0-100, scaled from 0-1)"
        },
        "normalizedForm": {
          "type": "string",
          "description": "Normalized tag form (lowercase, hyphenated)"
        }
      },
      "description": "Summary information for a tag"
    },
    "promotionTarget": {
      "type": "object",
      "required": [
        "type",
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "description": "URI of the promotion target"
        },
        "type": {
          "type": "string",
          "description": "Type of promotion target",
          "knownValues": [
            "facet",
            "authority"
          ]
        }
      },
      "description": "Target of tag promotion"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.tag.getDetail

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@