at.postgame.badge

postgame.at

{
  "id": "at.postgame.badge",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "badgeId",
          "createdAt"
        ],
        "properties": {
          "badgeId": {
            "type": "string",
            "maxLength": 128,
            "description": "Unique identifier for the badge type, used as the record key. Badge types and their criteria are defined by the postgame system"
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional AT-URI of the record that triggered this badge (e.g. the game entry)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the badge was earned"
          }
        }
      },
      "description": "A badge earned by a user, awarded by the postgame system based on activity"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.postgame.badge

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:crwol3wvv2w2lvvognhvd5cm
CID
bafyreih6xy53edx72swj7trkpzz3zjvh7z5oghd4gr4g55u7tbamqm46mu
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:crwol3wvv2w2lvvognhvd5cm/com.atproto.lexicon.schema/at.postgame.badge

Lexicon Garden

@