Skip to content

Commit

Permalink
Event (#73)
Browse files Browse the repository at this point in the history
* added id

* here
  • Loading branch information
marshHawk4 authored Oct 18, 2024
1 parent b24f3e4 commit 596e420
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cdr_schemas/prospectivity_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ class SaveProcessedDataLayer(BaseModel):
transform_methods: TranformMethods = Field(
default_factory=list, description="Transformation methods used"
)
model_config = ConfigDict(protected_namespaces=())
event_id:str = Field(default= "", description="ID of the cma")



class DefineVectorProcessDataLayer(BaseModel):
Expand Down Expand Up @@ -202,8 +203,6 @@ class CreateProcessDataLayers(BaseModel):
description="A list of raster to be created using a set of vector features",
)

model_config = ConfigDict(protected_namespaces=())


class DataSource(BaseModel):
DOI: Optional[str]
Expand Down

0 comments on commit 596e420

Please sign in to comment.