Skip to content

Commit

Permalink
Adds mineral and description to CMA schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmuelle committed Jul 8, 2024
1 parent 8098b60 commit 87e3ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdr_schemas/prospectivity_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class CriticalMineralAssessment(BaseModel):
crs: str
extent: Polygon
resolution: tuple
mineral: str
description: str


class CMATemplate(BaseModel):
Expand Down

0 comments on commit 87e3ca0

Please sign in to comment.