From a3b8bb4e15cd433f9223ca10b35483de3d8f7e97 Mon Sep 17 00:00:00 2001 From: Daniel Mannarino Date: Wed, 8 Jan 2025 14:27:35 -0500 Subject: [PATCH] Add missing geojson attribute to RWGeostoreAttributes --- app/models/pydantic/geostore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/pydantic/geostore.py b/app/models/pydantic/geostore.py index 40308007..13f1a3d3 100644 --- a/app/models/pydantic/geostore.py +++ b/app/models/pydantic/geostore.py @@ -74,6 +74,7 @@ class WDPAInfo(StrictBaseModel): class RWGeostoreAttributes(StrictBaseModel): + geojson: FeatureCollection hash: str provider: Dict areaHa: float