diff --git a/src/test/resources/model/section/fault-section-bad-dip.geojson b/src/test/resources/model/section/fault-section-bad-dip.geojson
index 42590b5825f15c80dd9b094dfda0d263d676c8e6..5fef6468dae4e94fa2139592ef8d7f725e7ce563 100644
--- a/src/test/resources/model/section/fault-section-bad-dip.geojson
+++ b/src/test/resources/model/section/fault-section-bad-dip.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 100.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-id.geojson b/src/test/resources/model/section/fault-section-bad-id.geojson
index c156d74bab4dafdb0d752d5362aee080358bd860..bd0adc28ea0db6fd78aa264bb082fd783a8fabc9 100644
--- a/src/test/resources/model/section/fault-section-bad-id.geojson
+++ b/src/test/resources/model/section/fault-section-bad-id.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-lower-depth.geojson b/src/test/resources/model/section/fault-section-bad-lower-depth.geojson
index 9bb8024ee1fca8e444d1d6c8081c931c936079c6..504c13a9cce7814d479be9673a820ffb8b6d9cf0 100644
--- a/src/test/resources/model/section/fault-section-bad-lower-depth.geojson
+++ b/src/test/resources/model/section/fault-section-bad-lower-depth.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": -20.0,
+    "upper-depth": 0.0,
+    "lower-depth": -20.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-name.geojson b/src/test/resources/model/section/fault-section-bad-name.geojson
index 46941b135dde9b9a1dadd36ea5e8556397c7c549..2a5f419c04024f480e1880975b73a4c83751e341 100644
--- a/src/test/resources/model/section/fault-section-bad-name.geojson
+++ b/src/test/resources/model/section/fault-section-bad-name.geojson
@@ -12,11 +12,11 @@
     "name": " ",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-rake.geojson b/src/test/resources/model/section/fault-section-bad-rake.geojson
index 7f3cfafcf3d8a2a6d825ff72701c75c9560c5ef0..0528c7aa62528055374cb52ebd56c1a705668278 100644
--- a/src/test/resources/model/section/fault-section-bad-rake.geojson
+++ b/src/test/resources/model/section/fault-section-bad-rake.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": 200.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-rate-type.geojson b/src/test/resources/model/section/fault-section-bad-rate-type.geojson
index 0d49f161d005328c6cff59f2c3350d800099ba3b..8e6e13731de2496fd16f975a0be8d15945440ed3 100644
--- a/src/test/resources/model/section/fault-section-bad-rate-type.geojson
+++ b/src/test/resources/model/section/fault-section-bad-rate-type.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "NOT_A_RATE_TYPE"
+    "rate-type": "NOT_A_RATE_TYPE"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-rate.geojson b/src/test/resources/model/section/fault-section-bad-rate.geojson
index 20583734e88eddefb06505d24473cbb62e7380e0..f08cbe098b7ecac2db5524906e1be48b25fda681 100644
--- a/src/test/resources/model/section/fault-section-bad-rate.geojson
+++ b/src/test/resources/model/section/fault-section-bad-rate.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 61.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-states.geojson b/src/test/resources/model/section/fault-section-bad-states.geojson
index b027e92facfdcc975df596cddc2a32dd836e17fb..b785db5cd635d5406de667a3c173c9ee88981878 100644
--- a/src/test/resources/model/section/fault-section-bad-states.geojson
+++ b/src/test/resources/model/section/fault-section-bad-states.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["CA", "NV"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-bad-upper-depth.geojson b/src/test/resources/model/section/fault-section-bad-upper-depth.geojson
index e6c90dd75d8781b1bd86d7d948c912807bce966a..a04bbefedae0085a584ff75cce60c2efe1206ebb 100644
--- a/src/test/resources/model/section/fault-section-bad-upper-depth.geojson
+++ b/src/test/resources/model/section/fault-section-bad-upper-depth.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 1000.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 1000.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-dip.geojson b/src/test/resources/model/section/fault-section-no-dip.geojson
index 798424ae3c41ba6a9085bfdde35fc7393e55aa15..37caba62fafec89d47fbea6b03755fb450d9da25 100644
--- a/src/test/resources/model/section/fault-section-no-dip.geojson
+++ b/src/test/resources/model/section/fault-section-no-dip.geojson
@@ -12,10 +12,10 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-id.geojson b/src/test/resources/model/section/fault-section-no-id.geojson
index d123b38b82f41592c9660b79796a01ff8fdf0eb9..ef40c85b7ca417226efaa01d52c690b09314a21c 100644
--- a/src/test/resources/model/section/fault-section-no-id.geojson
+++ b/src/test/resources/model/section/fault-section-no-id.geojson
@@ -11,11 +11,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-lower-depth.geojson b/src/test/resources/model/section/fault-section-no-lower-depth.geojson
index 40353f33f608ae0a561f850d3da7a1fe81f12a42..a062fd161685a8496832c6229265dd6fbdb554ad 100644
--- a/src/test/resources/model/section/fault-section-no-lower-depth.geojson
+++ b/src/test/resources/model/section/fault-section-no-lower-depth.geojson
@@ -12,10 +12,10 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
+    "upper-depth": 0.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-name.geojson b/src/test/resources/model/section/fault-section-no-name.geojson
index 3f67f9f42ba5374a37d4b5e54851b4925668fec4..741737753956a189370f536a77de1fea85ccdec1 100644
--- a/src/test/resources/model/section/fault-section-no-name.geojson
+++ b/src/test/resources/model/section/fault-section-no-name.geojson
@@ -11,11 +11,11 @@
   "properties": {
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-rake.geojson b/src/test/resources/model/section/fault-section-no-rake.geojson
index cb7eec90af1dcc31117b05e64e3ecd3021875568..20e1926f713d94ebd23f84a8ce7979e66204cfe2 100644
--- a/src/test/resources/model/section/fault-section-no-rake.geojson
+++ b/src/test/resources/model/section/fault-section-no-rake.geojson
@@ -12,10 +12,10 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-rate-type.geojson b/src/test/resources/model/section/fault-section-no-rate-type.geojson
index e54d7ef876d953dd519d54c0ccb1573c40f2f488..5af94409e59f6761633fd3ba4b28819863c006da 100644
--- a/src/test/resources/model/section/fault-section-no-rate-type.geojson
+++ b/src/test/resources/model/section/fault-section-no-rate-type.geojson
@@ -12,8 +12,8 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0
diff --git a/src/test/resources/model/section/fault-section-no-rate.geojson b/src/test/resources/model/section/fault-section-no-rate.geojson
index 04bc870bbb5cf15a249777e270dbb1b5170bdabc..8b36a225cb89e06d8eb0fe1468d57f7d52564a5c 100644
--- a/src/test/resources/model/section/fault-section-no-rate.geojson
+++ b/src/test/resources/model/section/fault-section-no-rate.geojson
@@ -12,10 +12,10 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-state.geojson b/src/test/resources/model/section/fault-section-no-state.geojson
index 4ee5c980309acd827c35c886c35b33e667899295..f969584fe5c1ccd8095fac914ccc662093f2c867 100644
--- a/src/test/resources/model/section/fault-section-no-state.geojson
+++ b/src/test/resources/model/section/fault-section-no-state.geojson
@@ -11,11 +11,11 @@
   "properties": {
     "name": "Test Fault Section",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-states.geojson b/src/test/resources/model/section/fault-section-no-states.geojson
index 51705b2e22bf0a4c7b7f022fcaf4851920339d18..ac7d89d522d1caac7b65ec5c82a1bf62fe5c3709 100644
--- a/src/test/resources/model/section/fault-section-no-states.geojson
+++ b/src/test/resources/model/section/fault-section-no-states.geojson
@@ -11,11 +11,11 @@
   "properties": {
     "name": "Test Fault Section",
     "state": "NV",
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-no-upper-depth.geojson b/src/test/resources/model/section/fault-section-no-upper-depth.geojson
index db018d710dcf477fc8951413090a16d102e1d3cc..813c54c92ae60649a0ffb85b05eeeb0459a132a2 100644
--- a/src/test/resources/model/section/fault-section-no-upper-depth.geojson
+++ b/src/test/resources/model/section/fault-section-no-upper-depth.geojson
@@ -12,10 +12,10 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "lowerDepth": 15.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section-with-zone.geojson b/src/test/resources/model/section/fault-section-with-zone.geojson
index 9192dac2d22b5e282abfc15e68311cbb99639e65..3e76704dacd86303d2f87ef38467ff31b4947ef8 100644
--- a/src/test/resources/model/section/fault-section-with-zone.geojson
+++ b/src/test/resources/model/section/fault-section-with-zone.geojson
@@ -15,12 +15,12 @@
         "name": "Test Fault Section",
         "state": "NV",
         "states": ["NV", "CA"],
-        "upperDepth": 0.0,
-        "lowerDepth": 15.0,
+        "upper-depth": 0.0,
+        "lower-depth": 15.0,
         "dip": 50.0,
         "rake": -90.0,
         "rate": 2.0,
-        "rateType": "VERTICAL_SLIP"
+        "rate-type": "VERTICAL_SLIP"
       }
     },
     {
diff --git a/src/test/resources/model/section/fault-section-wrong-geometry.geojson b/src/test/resources/model/section/fault-section-wrong-geometry.geojson
index 084890bcb7392c48d6113447a050a2b9f06d9a97..a879205cb43a179f17aeb14e0fcc08c037ff7a58 100644
--- a/src/test/resources/model/section/fault-section-wrong-geometry.geojson
+++ b/src/test/resources/model/section/fault-section-wrong-geometry.geojson
@@ -9,11 +9,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }
diff --git a/src/test/resources/model/section/fault-section.geojson b/src/test/resources/model/section/fault-section.geojson
index 2af5be60e6e44775624a07d8d5e90f874bd8f09d..588b8a1ca3ec050eedc0fc10bb0282bda9ed6d56 100644
--- a/src/test/resources/model/section/fault-section.geojson
+++ b/src/test/resources/model/section/fault-section.geojson
@@ -12,11 +12,11 @@
     "name": "Test Fault Section",
     "state": "NV",
     "states": ["NV", "CA"],
-    "upperDepth": 0.0,
-    "lowerDepth": 15.0,
+    "upper-depth": 0.0,
+    "lower-depth": 15.0,
     "dip": 50.0,
     "rake": -90.0,
     "rate": 2.0,
-    "rateType": "VERTICAL_SLIP"
+    "rate-type": "VERTICAL_SLIP"
   }
 }