games.gamesgamesgamesgames.feed.describeFeedGenerator

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.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 game feed generator, including offered feed URIs. Implemented by Feed Generator services."
    },
    "links": {
      "type": "object",
      "properties": {
        "privacyPolicy": {
          "type": "string"
        },
        "termsOfService": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.feed.describeFeedGenerator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifcypddlicrja4lpdlocjxe645bd2wdz7qltvesyebiuzecq3btzu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.feed.describeFeedGenerator

Lexicon Garden

@