pelias-schema
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -74,2 +74,3 @@ const admin = require('./partial/admin'); | ||
continent_id: keyword, | ||
continent_source: keyword, | ||
@@ -80,2 +81,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#ocean | ||
ocean_id: keyword, | ||
ocean_source: keyword, | ||
@@ -86,2 +88,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#empire | ||
empire_id: keyword, | ||
empire_source: keyword, | ||
@@ -92,2 +95,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#country | ||
country_id: keyword, | ||
country_source: keyword, | ||
@@ -98,2 +102,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#dependency | ||
dependency_id: keyword, | ||
dependency_source: keyword, | ||
@@ -104,2 +109,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#marinearea | ||
marinearea_id: keyword, | ||
marinearea_source: keyword, | ||
@@ -110,2 +116,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#macroregion | ||
macroregion_id: keyword, | ||
macroregion_source: keyword, | ||
@@ -116,2 +123,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#region | ||
region_id: keyword, | ||
region_source: keyword, | ||
@@ -122,2 +130,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#macrocounty | ||
macrocounty_id: keyword, | ||
macrocounty_source: keyword, | ||
@@ -128,2 +137,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#county | ||
county_id: keyword, | ||
county_source: keyword, | ||
@@ -134,2 +144,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#locality | ||
locality_id: keyword, | ||
locality_source: keyword, | ||
@@ -140,2 +151,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#borough | ||
borough_id: keyword, | ||
borough_source: keyword, | ||
@@ -146,2 +158,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#localadmin | ||
localadmin_id: keyword, | ||
localadmin_source: keyword, | ||
@@ -152,2 +165,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#neighbourhood | ||
neighbourhood_id: keyword, | ||
neighbourhood_source: keyword, | ||
@@ -157,3 +171,4 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#postalcode | ||
postalcode_a: postalcode, | ||
postalcode_id: keyword | ||
postalcode_id: keyword, | ||
postalcode_source: keyword | ||
} | ||
@@ -160,0 +175,0 @@ }, |
{ | ||
"name": "pelias-schema", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"author": "pelias", | ||
@@ -5,0 +5,0 @@ "description": "Elasticsearch schema files and tooling for Pelias", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
295379
7079