me.byjp.pesos.sts2.run

byjp.me

{
  "id": "me.byjp.pesos.sts2.run",
  "defs": {
    "ally": {
      "type": "object",
      "required": [
        "steam"
      ],
      "properties": {
        "steam": {
          "type": "string",
          "description": "SteamID64 as a decimal string."
        },
        "atproto": {
          "type": "string",
          "format": "did",
          "description": "Atproto DID, when known."
        }
      },
      "description": "A co-op peer. Identified by SteamID64 always; an atproto DID is included when we've resolved one for this Steam user."
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "outcome",
          "character",
          "ascension",
          "seed",
          "startedAt",
          "updatedAt"
        ],
        "properties": {
          "act": {
            "type": "integer",
            "maximum": 4,
            "minimum": 1
          },
          "deck": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Card ids in the player's deck."
          },
          "game": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional at-uri of the canonical games.gamesgamesgamesgames.actor.game record for StS2."
          },
          "seed": {
            "type": "string",
            "description": "Run seed as displayed in-game."
          },
          "floor": {
            "type": "integer",
            "minimum": 0
          },
          "score": {
            "type": "integer",
            "minimum": 0
          },
          "allies": {
            "type": "array",
            "items": {
              "ref": "#ally",
              "type": "ref"
            },
            "description": "Other players in a multiplayer run. Each entry always carries the peer's SteamID64; when we've been able to resolve it, the atproto DID is included too."
          },
          "relics": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Relic ids held at run end."
          },
          "endedAt": {
            "type": "string",
            "format": "datetime"
          },
          "outcome": {
            "type": "string",
            "description": "How the run ended.",
            "knownValues": [
              "in_progress",
              "victory",
              "death",
              "abandoned"
            ]
          },
          "potions": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Potion ids currently held."
          },
          "killedBy": {
            "type": "string",
            "description": "Enemy / event that ended the run, if applicable."
          },
          "statsRef": {
            "type": "string",
            "format": "at-uri",
            "description": "at-uri of the user's games.gamesgamesgamesgames.actor.stats record for StS2, updated alongside this run."
          },
          "ascension": {
            "type": "integer",
            "maximum": 20,
            "minimum": 0
          },
          "character": {
            "type": "string",
            "description": "Character class id (e.g. 'ironclad', 'silent')."
          },
          "startedAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "modVersion": {
            "type": "string"
          },
          "gameVersion": {
            "type": "string"
          },
          "durationSeconds": {
            "type": "integer",
            "minimum": 0
          }
        }
      },
      "description": "A single Slay the Spire 2 run."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.byjp.pesos.sts2.run

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ephkzpinhaqcabtkugtbzrwu
CID
bafyreifnwpbfs3hrcfhf643i73tpkla7ytqqsswlyiifrj7ldgvlt4aqvm
Indexed At
2026-04-22 07:54 UTC
AT-URI
at://did:plc:ephkzpinhaqcabtkugtbzrwu/com.atproto.lexicon.schema/me.byjp.pesos.sts2.run

Version History (6 versions)

Lexicon Garden

@