Skip to content

Commit

Permalink
Make geometry compulsary field in rawdataapi current params
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 27, 2023
1 parent 8e4decd commit 9f4222d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class RawDataCurrentParamsBase(BaseModel, GeometryValidatorMixin):
Feature,
FeatureCollection,
] = Field(
default=None,
example={
"type": "Polygon",
"coordinates": [
Expand Down

0 comments on commit 9f4222d

Please sign in to comment.