# Continent
Continents are mostly referenced to in languages and scripts that occur on a specific continent.
## Definitions
### Continent (`Continent`)
Continents are mostly referenced to in languages and scripts that occur on a specific continent.
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The continent's identifier. An unique, increasing integer. | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
The continent's identifier. An unique, increasing integer.
- **Type:** Integer
- **Minimum:** `1`
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<ContinentTranslation>
---
### `ContinentTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | The continent name. | See details
#### `name`
The continent name.
- **Type:** String
- **Minimum Length:** `1`