Files
database-schema/docs/reference/equipment/EquipmentPackage.md
T

2.9 KiB

Equipment Package

Definitions

Equipment Package (EquipmentPackage)

  • Type: Object
Key Description Details
id The equipment package's identifier. An unique, increasing integer. See details
items All items in the package. You have to provide the item (template) identifier and you can optionally provide the number of how often an item is included in the package. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The equipment package's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

items

All items in the package. You have to provide the item (template) identifier and you can optionally provide the number of how often an item is included in the package.

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


EquipmentPackage/items[]


EquipmentPackageItem

  • Type: Object
Key Description Details
id The item's identifier. See details
number? The number of how often the item is included in the package. See details

id

The item's identifier.

number?

The number of how often the item is included in the package.

  • Type: Integer
  • Default: 1
  • Minimum: 2

EquipmentPackageTranslation

  • Type: Object
Key Description Details
name The name of the equipment package. See details

name

The name of the equipment package.