systems.sister.lootbox

vault.pds.sister.systems

{
  "id": "systems.sister.lootbox",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "contents",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1
          },
          "contents": {
            "type": "array",
            "items": {
              "ref": "#content",
              "type": "ref"
            },
            "maxLength": 100
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 4096
          },
          "forcedEffect": {
            "enum": [
              "burning_flames",
              "scorching_flames",
              "sunbeams",
              "cloud_9",
              "arcana",
              "chiroptera_inzanium",
              "dark_fate",
              "spellbound",
              "vivid_plasma",
              "purple_energy",
              "blue_phosphorus"
            ],
            "type": "string"
          }
        }
      }
    },
    "content": {
      "type": "object",
      "required": [
        "itemRkey",
        "weight"
      ],
      "properties": {
        "weight": {
          "type": "integer",
          "minimum": 1
        },
        "itemRkey": {
          "type": "string",
          "maxLength": 256,
          "minLength": 1
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.sister.lootbox

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@