Response Description

A request to the Dictionaries service returns a ConfiguredDictionaryResponse object that contains:
  • dictionaries— an array consisting of the configured dictionaries. Each listed dictionary includes information on dictionary vintage, country support and more.
Name Type Description
vintage String The data vintage from the vendor.
source String The data vendor.
description String The name of the dictionary.
countrySupportInfos, a collection of CountrySupport objects. Each comprising the following elements:
supportedCountries List <String> A list of countries supported by the specified dictionary.
supportedDataTypes List <DataType> Type of data in dictionary. One of the following:
  • POINT
  • STREET
  • POST_CODE_1
  • POST_CODE_2
  • AREA_NAME_1
  • AREA_NAME_2
  • AREA_NAME_3
  • AREA_NAME_4