Coverage
- Name
- object
- Type
- string
- Description
Type of object is always
coverage
.Allowed values:coverage
- Name
- id
- Type
- string
- Description
Unique identifier for the coverage configuration.
Example:"de"
- Name
- countries
- Type
- array
- Description
List of countries in ISO 3166-1 alpha-2 format covered by this coverage configuration.
Example:["DE","FR","US"]
- Name
- name
- Type
- string
- Description
A human-readable identifier of the coverage configuration, might not be unique.
Example:"Europe"
Example
{
"object": "coverage",
"id": "de",
"countries": [
"DE",
"FR",
"US"
],
"name": "Europe"
}