From 9a526f5173d3cb2e02c62e2ffea58f01fbc24153 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 19 Sep 2022 14:45:56 +0200 Subject: [PATCH] [#210] Fix Point title --- vng_api_common/inspectors/geojson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {