Skip to content

Commit

Permalink
LGVISIUM-89: remove redundant mention of "page number" in API respons…
Browse files Browse the repository at this point in the history
…e description
  • Loading branch information
stijnvermeeren-swisstopo committed Nov 7, 2024
1 parent 8a1ca93 commit 19efe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class ExtractCoordinatesResponse(ExtractDataResponse):

coordinates: Coordinates = Field(
...,
description="""Geographical coordinates extracted from the document, including east, north values, page number,
description="""Geographical coordinates extracted from the document, including east and north values,
and projection type.""",
example={"east": 1.0, "north": 2.0, "projection": "LV95"},
)
Expand Down

0 comments on commit 19efe59

Please sign in to comment.