Although we provide you with numbers for several emergency services which usually include the universal number as well,
UNIVERSAL
number type has the lowest priority amongst them all.
In other words, use the universal number for services only if they are not separately defined (with POLICE
, AMBULANCE
or FIRE_DEPARTMENT
type).
Name | Type | Description |
---|---|---|
numbers.type | String | Emergency service (UNIVERSAL , POLICE , AMBULANCE , FIRE_DEPARTMENT ) |
numbers.numbers | String[] | Local telephone numbers for the service |
{
"numbers": [
{
"type": "AMBULANCE",
"numbers": [
"112"
]
},
{
"type": "FIRE_DEPARTMENT",
"numbers": [
"112", "18"
]
},
{
"type": "POLICE",
"numbers": [
"112", "17"
]
}
]
}