Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.feed.getFeedGenerator

bsky-lexicons.bsky.social

{
  "id": "app.bsky.feed.getFeedGenerator",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "view",
            "isOnline",
            "isValid"
          ],
          "properties": {
            "view": {
              "ref": "app.bsky.feed.defs#generatorView",
              "type": "ref"
            },
            "isValid": {
              "type": "boolean",
              "description": "Indicates whether the feed generator service is compatible with the record declaration."
            },
            "isOnline": {
              "type": "boolean",
              "description": "Indicates whether the feed generator service has been online recently, or else seems to be inactive."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "feed"
        ],
        "properties": {
          "feed": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the feed generator record."
          }
        }
      },
      "description": "Get information about a feed generator. Implemented by AppView."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.feed.getFeedGenerator

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreibdzaan7vboli3ywi7wqzkibc2puukhfpg5rcdgizxlr7fbxx5gcy
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.getFeedGenerator

Referenced Schemas (1)

Lexicon Garden

@