# Aspect
## Definitions
### Aspect (`Aspect`)
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The aspect's identifier. An unique, increasing integer. | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
The aspect's identifier. An unique, increasing integer.
- **Type:** Integer
- **Minimum:** `1`
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<AspectTranslation>
---
### `AspectTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | The aspect name. | See details
`master_of_aspect_suffix?` | The aspect's name appended to the simple name (not `name_in_library`) of the special ability *Master of (Aspect)*. | See details
#### `name`
The aspect name.
- **Type:** NonEmptyString
#### `master_of_aspect_suffix?`
The aspect's name appended to the simple name (not `name_in_library`) of the special ability *Master of (Aspect)*.
- **Type:** NonEmptyString