# 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.
- **Type:** List
- **Items:** EquipmentPackage/items[]
- **Minimum Items:** `2`
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<EquipmentPackageTranslation>
---
### `EquipmentPackage/items[]`
- **Type:** EquipmentPackageItem
---
### `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.
- **Type:** EquipmentIdentifier
#### `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.
- **Type:** NonEmptyString