- Type: Object
Key | Description | Details |
---|---|---|
id |
The script's identifier. An unique, increasing integer. | See details |
ap_value |
The script's adventure point value. | See details |
associated_languages |
A list of languages that use this script. | See details |
continent |
The continents this script is present on. | See details |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
The script's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
The script's adventure point value.
- Type: Integer
- Minimum:
2
- Multiple of:
2
A list of languages that use this script.
- Type: List
- Items: Script/associated_languages[]
The continents this script is present on.
- Type: List
- Items: Script/continent[]
- Minimum Items:
1
- Type: PublicationRefs
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<ScriptTranslation>
- Type: LanguageReference
- Type: AssociatedContinent
- Type: Object
Key | Description | Details |
---|---|---|
name |
The name of the language. | See details |
alternative_names? |
A list of alternative names. | See details |
alphabet? |
The description of the alphabet. | See details |
errata? |
See details |
The name of the language.
- Type: NonEmptyString
A list of alternative names.
- Type: List
- Items: ScriptTranslation/alternative_names[]
- Minimum Items:
1
The description of the alphabet.
- Type: NonEmptyString
- Type: Errata
- Type: AlternativeName