games.gamesgamesgamesgames.getReviews

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.getReviews",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "reviews"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "reviews": {
              "type": "array",
              "items": {
                "refs": [
                  "#popfeedReview"
                ],
                "type": "union"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the game record."
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of reviews to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor (offset)."
          }
        }
      },
      "description": "Get Popfeed reviews for a game, matched by IGDB ID."
    },
    "popfeedReview": {
      "type": "object",
      "required": [
        "uri",
        "did",
        "rating",
        "createdAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "text": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "social.popfeed.richtext.facet",
            "type": "ref"
          }
        },
        "rating": {
          "type": "integer",
          "maximum": 10,
          "minimum": 0
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "containsSpoilers": {
          "type": "boolean"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.getReviews

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
bafyreiadjxjjpmixgfwwvcajrosqpz5ywxcvdeh4iq3evtjwmxlkpfmgpi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.getReviews

Referenced Schemas (1)

  • social.popfeed.richtext.facet

Lexicon Garden

@