games.atplay.game.secrets

atplay.games

{
  "id": "games.atplay.game.secrets",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "invitation",
          "secrets"
        ],
        "properties": {
          "secrets": {
            "ref": "#secrets",
            "type": "ref",
            "description": "Replaces any previously stored secrets for this game in full; game logic replaces rather than merges this map on every resolve."
          },
          "invitation": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The game this holds secrets for. Record keys are only unique within a collection, so this disambiguates same-key invitations from different repos."
          }
        }
      },
      "description": "A player's private secrets for one game, stored in their own 'me only' permissioned space — never on the public network. Written with the same record key as the invitation it belongs to, so it can be found without a query."
    },
    "secrets": {
      "type": "object",
      "properties": {},
      "description": "Open-ended map of string keys to string values, opaque to everything but the game logic and middleware that produced it (committed cleartexts awaiting reveal, per-item decryption keys, and so on)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.atplay.game.secrets

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xawtkr77srkxlwhxjf7whbml
CID
bafyreifynowi7inpvhg57zhgga7ogapcuqjw7vuwp2httl32spjled2sim
Indexed At
2026-07-20 09:23 UTC
AT-URI
at://did:plc:xawtkr77srkxlwhxjf7whbml/com.atproto.lexicon.schema/games.atplay.game.secrets

Lexicon Garden

@