social.respawn.game

respawn.social

{
  "id": "social.respawn.game",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "game": {
            "ref": "social.respawn.defs#gameRef",
            "type": "ref"
          },
          "cover": {
            "ref": "social.respawn.defs#cover",
            "type": "ref"
          },
          "liked": {
            "type": "boolean"
          },
          "played": {
            "ref": "social.respawn.defs#playState",
            "type": "ref"
          },
          "rating": {
            "type": "integer",
            "maximum": 10,
            "minimum": 1,
            "description": "Actor's rating, 1-10."
          },
          "playing": {
            "type": "boolean"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A game in the actor's collection, keyed by its IGDB id. Stores the current rating, like/play state, and the cover image. Logs are separate social.respawn.feed.log records; creating a log updates this record's current state."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.respawn.game

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

Metadata

DID
did:plc:hiabolqnnpdnrb5grmdaaepg
CID
bafyreiaoyk6uomrhbhzvdqswotzqih7txis7jcf3y76hdm5r5l2utw3h7e
Indexed At
2026-08-18 03:23 UTC
AT-URI
at://did:plc:hiabolqnnpdnrb5grmdaaepg/com.atproto.lexicon.schema/social.respawn.game

Referenced Schemas (3)

Lexicon Garden

@