social.respawn.feed.getActivity

respawn.social

{
  "id": "social.respawn.feed.getActivity",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "#feedItem",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "did",
            "description": "The account the feed is about, which is not necessarily the viewer."
          },
          "limit": {
            "type": "integer",
            "default": 30,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "filter": {
            "type": "string",
            "default": "all",
            "description": "author: records the actor wrote. following: records written by the accounts the actor follows. incoming: records by others naming the actor as their subject. all: the union of the three.",
            "knownValues": [
              "all",
              "author",
              "incoming",
              "following"
            ]
          }
        }
      },
      "description": "Activity events involving an actor, newest first. `filter` selects the slice."
    },
    "feedItem": {
      "type": "object",
      "required": [
        "type",
        "uri",
        "did",
        "createdAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The actor who performed the action."
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "game": {
          "ref": "social.respawn.defs#gameRef",
          "type": "ref",
          "description": "Present on backlogAdd."
        },
        "type": {
          "type": "string",
          "knownValues": [
            "backlogAdd",
            "follow"
          ]
        },
        "cover": {
          "ref": "social.respawn.defs#cover",
          "type": "ref",
          "description": "Present on backlogAdd."
        },
        "subject": {
          "type": "string",
          "format": "did",
          "description": "Present on follow: the account followed."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        }
      },
      "description": "One activity event. `type` selects which optional fields are present."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.respawn.feed.getActivity

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

Metadata

DID
did:plc:hiabolqnnpdnrb5grmdaaepg
CID
bafyreigmjlv7wwkaaxklqn4lyfgruxacyjo5psni2kx2363smzcsnhjnem
Indexed At
2026-08-22 02:56 UTC
AT-URI
at://did:plc:hiabolqnnpdnrb5grmdaaepg/com.atproto.lexicon.schema/social.respawn.feed.getActivity

Referenced Schemas (2)

Lexicon Garden

@