NamedArea
An area defined by a name and/or in terms of known boundaries, such as country or county boundaries or allocated control area of particular authority. The attributes do not form a union; instead, the smallest intersection forms the resulting area.
areaName object[]required
Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string
Possible values: >= 1
Array [
languageLanguageCode (string)required
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
Example:
enstringstringrequired
Translated string
]
countryCountryCode (string)
EN ISO 3166-1 two-character country code.
Possible values: Value must match regular expression ^[a-z]{2}$
Example:
esNamedArea
{
"areaName": [
{
"language": "en",
"string": "string"
}
],
"country": "es"
}