Skip to content

Commit

Permalink
[#210] Fix Point title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 29, 2022
1 parent b6de2ed commit b4f8d17
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 b4f8d17

Please sign in to comment.