Skip to content

Commit

Permalink
[#210] Use correct URL for GeometryCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 29, 2022
1 parent b4f8d17 commit 4cbd19c
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 @@ -254,7 +254,7 @@ def map_serializer_field(self, auto_schema, direction):
"description": "GeoJSON multi-polygon geometry",
"type": TYPE_OBJECT,
"externalDocs": {
"url": "https://tools.ietf.org/html/rfc7946#section-3.1.7",
"url": "https://tools.ietf.org/html/rfc7946#section-3.1.8",
},
"allOf": [
geometry_component.ref,
Expand Down

0 comments on commit 4cbd19c

Please sign in to comment.