systems.sister.item

vault.pds.sister.systems

{
  "id": "systems.sister.item",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "rarity",
          "itemType",
          "createdAt"
        ],
        "properties": {
          "icon": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 2000000
          },
          "name": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64,
              "minLength": 1
            },
            "maxLength": 50
          },
          "stats": {
            "type": "array",
            "items": {
              "ref": "#stat",
              "type": "ref"
            },
            "maxLength": 50
          },
          "hidden": {
            "type": "boolean"
          },
          "rarity": {
            "enum": [
              "common",
              "uncommon",
              "rare",
              "epic",
              "legendary",
              "unusual"
            ],
            "type": "string"
          },
          "creator": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          },
          "giftUri": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1
          },
          "equipped": {
            "type": "boolean"
          },
          "giftFrom": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          },
          "itemType": {
            "enum": [
              "weapon",
              "armor",
              "consumable",
              "cosmetic",
              "material",
              "misc",
              "crate",
              "table",
              "toolkit",
              "helperCrate",
              "shovel",
              "glasses"
            ],
            "type": "string"
          },
          "openedAt": {
            "type": "string",
            "format": "datetime"
          },
          "openedBy": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          },
          "tradable": {
            "type": "boolean"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "receivedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 4096
          },
          "lootboxRkey": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          },
          "unusualEffect": {
            "enum": [
              "burning_flames",
              "scorching_flames",
              "sunbeams",
              "cloud_9",
              "arcana",
              "chiroptera_inzanium",
              "dark_fate",
              "spellbound",
              "vivid_plasma",
              "purple_energy",
              "blue_phosphorus"
            ],
            "type": "string"
          },
          "sourceCrateRkey": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          },
          "levelRequirement": {
            "type": "integer",
            "minimum": 0
          }
        }
      }
    },
    "stat": {
      "type": "object",
      "required": [
        "name",
        "value"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 64,
          "minLength": 1
        },
        "value": {
          "type": "integer"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.sister.item

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e2gllbtzj3go3vaiimn4qmls
CID
bafyreibpecow5fupfm3x2sj3bi77ldut6z2yiqddjultbmu3m6k4h4lcgm
Indexed At
2026-07-26 20:08 UTC
AT-URI
at://did:plc:e2gllbtzj3go3vaiimn4qmls/com.atproto.lexicon.schema/systems.sister.item

Lexicon Garden

@