Skip to content

Instantly share code, notes, and snippets.

@bugcafe
Last active December 20, 2015 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bugcafe/c7d6c6319d06d5ef099f to your computer and use it in GitHub Desktop.
Save bugcafe/c7d6c6319d06d5ef099f to your computer and use it in GitHub Desktop.
ES Postcode Mapping
{
"postcode" : {
"np" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"no" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"nz" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"fi" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"fr" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"postcode" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"location" : {
"type" : "geo_point"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pe" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pg" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pa" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pl" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"gt" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ph" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"gr" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pk" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lr" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"dz" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lv" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lu" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lt" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ec" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ly" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"vn" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"de" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"uz" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"uy" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mc" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"md" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"dk" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ma" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ve" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mg" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"do" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"me" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"va" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mk" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ml" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mn" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mm" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"uk" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"area2" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ug" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mt" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mv" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mx" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"us" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"mz" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"my" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ee" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"tz" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"tw" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ne" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ng" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ua" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ni" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"et" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"es" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"nl" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"tn" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"tl" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ca" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"tr" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"jp" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"by" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"td" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"br" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"area2" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"jm" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"th" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bt" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bn" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bo" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"kh" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"kg" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bj" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ke" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bm" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bf" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sv" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bg" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bi" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sz" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"bd" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"be" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sk" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sn" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sm" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"kz" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"so" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cz" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cy" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"kr" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"se" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cv" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"sg" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"area2" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cu" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"si" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"li" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cr" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lk" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"co" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cm" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cn" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cl" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ci" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"rs" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ch" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"lb" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ru" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"cf" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"hr" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ro" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ht" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"hu" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"za" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"hn" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"zw" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"id" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ie" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"iq" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ir" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ye" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"is" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"az" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"it" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ba" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"at" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ar" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"il" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"in" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"region4" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"au" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"al" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ao" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"py" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"am" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"pt" : {
"_routing" : {
"required" : true
},
"properties" : {
"area2" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"region2" : {
"type" : "string"
},
"region3" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"ad" : {
"_routing" : {
"required" : true
},
"properties" : {
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
},
"af" : {
"_routing" : {
"required" : true
},
"properties" : {
"area1" : {
"type" : "string"
},
"city" : {
"type" : "string",
"include_in_all" : true
},
"country" : {
"type" : "string"
},
"country_iso" : {
"type" : "string"
},
"country_name" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"lat" : {
"type" : "string"
},
"lng" : {
"type" : "string"
},
"location" : {
"type" : "geo_point"
},
"region1" : {
"type" : "string"
},
"state_abr" : {
"type" : "string"
},
"zip" : {
"type" : "string",
"include_in_all" : true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment