Skip to content

Commit

Permalink
[VNG-Realisatie#210] Fix Point title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 19, 2022
1 parent 00efc78 commit 9a526f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vng_api_common/inspectors/geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9a526f5

Please sign in to comment.