ca.jmaingot.boardGamePlay

jmaingot.ca

{
  "id": "ca.jmaingot.boardGamePlay",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "bggId",
          "date"
        ],
        "properties": {
          "date": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 date string"
          },
          "name": {
            "type": "string",
            "maxlength": 256
          },
          "bggId": {
            "type": "string",
            "maxlength": 32,
            "description": "corresponds to https://boardgamegeek.com/boardgame/<bggId> for the game"
          }
        }
      },
      "description": "A single board game play"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ca.jmaingot.boardGamePlay

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:obk7jrqn5lk2eh2khnrxfy7r
CID
bafyreiha33lo2d664uhbrc5tkpam3ij6rligrbx2bjjbfugrixdcnkoige
Indexed At
2026-02-01 00:13 UTC
AT-URI
at://did:plc:obk7jrqn5lk2eh2khnrxfy7r/com.atproto.lexicon.schema/ca.jmaingot.boardGamePlay

Version History (2 versions)

Lexicon Garden

@