com.crashthearcade.game

crashthearcade.com

{
  "id": "com.crashthearcade.game",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "game",
          "status",
          "createdAt"
        ],
        "properties": {
          "game": {
            "ref": "#gameRef",
            "type": "ref"
          },
          "notes": {
            "type": "string",
            "maxLength": 1000
          },
          "rating": {
            "type": "integer",
            "maximum": 10,
            "minimum": 1,
            "description": "Rating stored as stars×2 (e.g. 7 = 3.5 stars)"
          },
          "replay": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Points to the original playthrough record if this is a replay"
          },
          "status": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "playing",
              "wishlisted",
              "backlogged",
              "played",
              "started",
              "wishlist",
              "finished",
              "shelved",
              "abandoned"
            ]
          },
          "platform": {
            "type": "string",
            "maxLength": 128
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "startedAt": {
            "type": "string",
            "format": "datetime"
          },
          "finishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "playedStatus": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "completed",
              "retired",
              "shelved",
              "abandoned"
            ]
          }
        }
      },
      "description": "A game in a user's collection"
    },
    "gameRef": {
      "type": "object",
      "required": [
        "igdbId",
        "title"
      ],
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 256
        },
        "ctaUrl": {
          "type": "string",
          "format": "uri"
        },
        "igdbId": {
          "type": "integer"
        },
        "igdbUrl": {
          "type": "string",
          "format": "uri"
        },
        "coverUrl": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.crashthearcade.game

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:crwol3wvv2w2lvvognhvd5cm
CID
bafyreifryfd2zy7z2l3mtyneqzuleo4kayxe6df43rjvww3ylohm3ig6wm
Indexed At
2026-04-23 02:46 UTC
AT-URI
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/com.crashthearcade.game

Lexicon Garden

@