pub.chive.eprint.userTag

chive.pub

{
  "id": "pub.chive.eprint.userTag",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "eprintUri",
          "tag",
          "createdAt"
        ],
        "properties": {
          "tag": {
            "type": "string",
            "maxLength": 100,
            "description": "Tag label (user-provided text)"
          },
          "nodeUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional AT-URI to linked knowledge graph node (subkind=topic, concept, field, etc.)"
          },
          "nodeSlug": {
            "type": "string",
            "maxLength": 100,
            "description": "Node slug for display fallback when nodeUri is present"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "eprintUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the tagged eprint"
          },
          "nodeSubkind": {
            "type": "string",
            "maxLength": 50,
            "description": "Subkind of the linked node for styling (e.g., 'topic', 'concept', 'field')"
          },
          "schemaRevision": {
            "type": "integer",
            "minimum": 1,
            "description": "Schema revision this record was created with. Absent means revision 1."
          }
        }
      },
      "description": "User-generated tag on eprint (TaxoFolk) with optional knowledge graph linking"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.eprint.userTag

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@