{
  "lexicon": 1,
  "id": "net.bisks.griftmax.ascension",
  "defs": {
    "main": {
      "type": "record",
      "description": "Proof that a person clicked \"ascend\" on griftmax — a minimal, content-free record whose only purpose is to exist in the signer's own repo (griftmax's local leaderboard then remembers the resulting record URI in the browser to compute a rank). No further fields are written: there is no amount, tier, or score, since griftmax never involves real money. One record per ascension; ascending again creates another. Written and read by griftmax (https://griftmax.bisks.net).",
      "key": "tid",
      "record": {
        "type": "object",
        "required": ["createdAt"],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this ascension record was written, as an ISO 8601 datetime."
          }
        }
      }
    }
  }
}
