1.2 KiB
1.2 KiB
Social Status
Definitions
Social Status (SocialStatus)
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The social status' identifier. An unique, increasing integer. | See details |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
id
The social status' identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<SocialStatusTranslation>
SocialStatusTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
name |
The social status name. | See details |
name
The social status name.
- Type: NonEmptyString