app.bsky.feed.sendInteractions

lexicon.store View official

{
  "id": "app.bsky.feed.sendInteractions",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "interactions"
          ],
          "properties": {
            "feed": {
              "type": "string",
              "format": "at-uri"
            },
            "interactions": {
              "type": "array",
              "items": {
                "ref": "app.bsky.feed.defs#interaction",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Send information about interactions with feed items back to the feed generator that served them."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.feed.sendInteractions

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicaoiskxpn2lmbzxuvpzawbsqxoewko3drbsxms222obabj2dkque
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.bsky.feed.sendInteractions

Referenced Schemas (1)

Lexicon Garden

@