Skip to content

Commit

Permalink
adding title to payload
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Oct 30, 2024
1 parent a4bdffc commit ef1aa70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cdr_schemas/cdr_responses/prospectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ProcessedDataLayer(BaseModel):
layer_id: str = Field(description="Layer id")
download_url: str = Field(description="Download url")
label_raster: Optional[bool] = Field(description="Label raster")

title: str = Field(description="title of layer")

class ProspectModelMetaData(BaseModel):
"""
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13"
version = "0.4.14"
description = "CDR Schemas"
authors = []
readme = "README.md"
Expand Down

0 comments on commit ef1aa70

Please sign in to comment.