v0.2.54..v0.2.55 changeset boundary.json - ngageoint/hootenanny GitHub Wiki
diff --git a/conf/schema/boundary.json b/conf/schema/boundary.json
new file mode 100644
index 0000000..e9ea293
--- /dev/null
+++ b/conf/schema/boundary.json
@@ -0,0 +1,16 @@
+[
+ {
+ "dataType": "enumeration",
+ "geometries": [
+ "linestring"
+ ],
+ "influence": 1,
+ "name": "boundary",
+ "objectType": "tag"
+ },
+ {
+ "isA": "boundary",
+ "name": "boundary=administrative",
+ "objectType": "tag"
+ }
+]