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

app.bsky.feed.describeFeedGenerator

bsky-lexicons.bsky.social

{
  "id": "app.bsky.feed.describeFeedGenerator",
  "defs": {
    "feed": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "feeds"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "feeds": {
              "type": "array",
              "items": {
                "ref": "#feed",
                "type": "ref"
              }
            },
            "links": {
              "ref": "#links",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View)."
    },
    "links": {
      "type": "object",
      "properties": {
        "privacyPolicy": {
          "type": "string"
        },
        "termsOfService": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.feed.describeFeedGenerator

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@