pub.chive.discovery.recordInteraction

chive.pub

{
  "id": "pub.chive.discovery.recordInteraction",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "eprintUri",
            "type"
          ],
          "properties": {
            "type": {
              "type": "string",
              "description": "Type of interaction: view (viewed detail page), click (clicked recommendation), endorse (endorsed paper), dismiss (dismissed recommendation), claim (claimed authorship)",
              "knownValues": [
                "view",
                "click",
                "endorse",
                "dismiss",
                "claim"
              ]
            },
            "eprintUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the eprint"
            },
            "recommendationId": {
              "type": "string",
              "description": "ID of the recommendation that led to this interaction"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "recorded"
          ],
          "properties": {
            "recorded": {
              "type": "boolean",
              "description": "Whether the interaction was successfully recorded"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Record a user interaction with a recommendation for the feedback loop. Used to improve personalization over time."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.discovery.recordInteraction

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@