dev.tsunagite.getGame

tsunagite.dev

{
  "id": "dev.tsunagite.getGame",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "gameNotFound",
          "description": "No game matching the given URI or owner/key was found."
        },
        {
          "name": "invalidParams",
          "description": "Parameters must include a URI or owner and key."
        }
      ],
      "output": {
        "schema": {
          "ref": "dev.tsunagite.game",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "key": {
            "type": "string",
            "format": "record-key",
            "description": "The key of the record to fetch. Must be present if `uri` is absent."
          },
          "uri": {
            "type": "string",
            "description": "The AT URI of the record to fetch. Must be present if `owner` and `key` are absent."
          },
          "owner": {
            "type": "string",
            "format": "at-identifier",
            "description": "The handle or DID of the record owner. Must be present if `uri` is absent."
          }
        }
      },
      "description": "Single-record game fetch"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.tsunagite.getGame

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreieemeomcsjjdbvddibqlt32kmckzmwkyxohz3cjrnscenr5jeh4ji
Indexed At
2026-05-05 22:46 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.getGame

Referenced Schemas (1)

Lexicon Garden

@