Skip to content

Commit

Permalink
[VNG-Realisatie#210] Use correct URL for GeometryCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 19, 2022
1 parent 9a526f5 commit 22e9470
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 22e9470

Please sign in to comment.