diff --git a/generate_schema_config.py b/generate_schema_config.py
index f0df9643d74194986a08e101c68b7937828a5cf4..d6c2115750afb54c675ff3a129bfe94e1d2667a5 100644
--- a/generate_schema_config.py
+++ b/generate_schema_config.py
@@ -191,6 +191,9 @@ def import_remote_refs():
         "https://geojson.org/schema/Feature.json",
         "https://geojson.org/schema/FeatureCollection.json",
         "https://geojson.org/schema/LineString.json",
+        "https://geojson.org/schema/MultiLineString.json",
+        "https://geojson.org/schema/MultiPoint.json",
+        "https://geojson.org/schema/MultiPolygon.json",
         "https://geojson.org/schema/Point.json",
         "https://geojson.org/schema/Polygon.json",
     ]
@@ -310,7 +313,7 @@ def get_options():
 
 if __name__ == "__main__":
     import_remote_refs()
-    
+
     # Parse script args
     config = get_options()