diff --git a/vng_api_common/inspectors/geojson.py b/vng_api_common/inspectors/geojson.py index bcbd8f5a..db0707b2 100644 --- a/vng_api_common/inspectors/geojson.py +++ b/vng_api_common/inspectors/geojson.py @@ -66,7 +66,7 @@ def map_serializer_field(self, auto_schema, direction): name="Point", type=ResolvedComponent.SCHEMA, schema={ - "title": "Point2D", + "title": "Point", "description": "GeoJSON point geometry", "type": TYPE_OBJECT, "externalDocs": {