systems.sister.lootbox

vault.pds.sister.systems

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

contents array of ref #content Required

No description available.

maxLength: 100 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 4096 bytes
forcedEffect string Optional

No description available.

Allowed: burning_flames, scorching_flames, sunbeams, cloud_9, arcana, chiroptera_inzanium, dark_fate, spellbound, vivid_plasma, purple_energy, blue_phosphorus
name string Required

No description available.

maxLength: 128 bytesminLength: 1 bytes
View raw schema
{
  "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 object

No description available.

Properties

itemRkey string Required

No description available.

maxLength: 256 bytesminLength: 1 bytes
weight integer Required

No description available.

minimum: 1
View raw schema
{
  "type": "object",
  "required": [
    "itemRkey",
    "weight"
  ],
  "properties": {
    "weight": {
      "type": "integer",
      "minimum": 1
    },
    "itemRkey": {
      "type": "string",
      "maxLength": 256,
      "minLength": 1
    }
  }
}

Lexicon Garden

@