games.firehose.barklesheep

firehosegames.pds.atproto.ooo

{
  "id": "games.firehose.barklesheep",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "gameId",
          "position",
          "moveNumber",
          "createdAt"
        ],
        "properties": {
          "gameId": {
            "type": "string"
          },
          "opponent": {
            "type": "string",
            "format": "did"
          },
          "position": {
            "type": "integer",
            "maximum": 99,
            "minimum": -10
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "moveNumber": {
            "type": "integer",
            "minimum": 0
          }
        }
      },
      "description": "A Barklesheep game move"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.firehose.barklesheep

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:firehose.games
CID
bafyreifp3clw2i7wejg7tbkkw3co3ztw3xnvr2rcptltk33urfpmuodi7u
Indexed At
2026-01-10 12:41 UTC
AT-URI
at://did:web:firehose.games/com.atproto.lexicon.schema/games.firehose.barklesheep

Lexicon Garden

@