pet.trezy.tier

trezy.pet

{
  "id": "pet.trezy.tier",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "id",
          "displayName",
          "price",
          "rank"
        ],
        "properties": {
          "id": {
            "type": "string",
            "maxLength": 64,
            "description": "Matches the `tier` on a species record. Renaming one orphans every species pointing at it, and an orphaned species is unpriceable rather than cheap — createPet refuses the sale."
          },
          "rank": {
            "type": "integer",
            "minimum": 0,
            "description": "Sort order, ascending by value. Leaves gaps for tiers inserted later."
          },
          "color": {
            "type": "string",
            "maxLength": 32,
            "description": "Hex, for the shop and anywhere else a tier is shown. Optional because nothing reads it yet; it is here so adding it later does not mean re-publishing every record."
          },
          "price": {
            "type": "integer",
            "minimum": 0,
            "description": "The base price in coins for species in this tier. Safe to change at any time, including downward: the ledger stores the price actually paid, never a live lookup."
          },
          "displayName": {
            "type": "string",
            "maxLength": 64
          }
        }
      },
      "description": "A rarity tier and its base price, published in the game's own repo (did:plc:ollch4g7tes2reb5eceiwuol). No prices live in code at all, so repricing is publishing a record. Only records from that DID are ever read — record.index:pet.trezy.tier refuses the rest, and a forged tier reprices every species in it at once."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pet.trezy.tier

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ollch4g7tes2reb5eceiwuol
CID
bafyreihhitr2pdvokgohlaemw3y4z7bbiqgvae2qswpuawh6xa4xrru6om
Indexed At
2026-08-09 01:42 UTC
AT-URI
at://did:plc:ollch4g7tes2reb5eceiwuol/com.atproto.lexicon.schema/pet.trezy.tier

Lexicon Garden

@