Skip to content

Commit

Permalink
here (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 authored Nov 3, 2024
1 parent b30fbd3 commit 467fee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cdr_schemas/cdr_responses/prospectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@ class ProcessDataLayers(BaseModel):
default_factory=list,
description="Vector features and preprocess steps. EPSG:4326",
)
previously_processed: List[dict] = Field(
description="Preprocessed layers that have already been processed in a previous event",
default_factory=list,
)

model_config = ConfigDict(protected_namespaces=())
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdr_schemas"
version = "0.4.15"
version = "0.4.16"
description = "CDR Schemas"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 467fee3

Please sign in to comment.