Skip to content

Commit

Permalink
[GENERATE] Pydantic models from JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dapla-bot[bot] committed Jul 8, 2024
1 parent 62083d5 commit eb1f940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generated/python/datadoc_model/datadoc_model/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: metadata-container-json-schema.json
# timestamp: 2024-07-08T12:48:09+00:00
# timestamp: 2024-07-08T12:50:36+00:00

from __future__ import annotations

Expand Down Expand Up @@ -447,8 +447,8 @@ class DatadocMetadata(DatadocBaseModel):
percentage_complete: Optional[int] = Field(
None, description="Percentage of obligatory metadata fields populated."
)
document_version: Literal["3.3.0"] = Field(
"3.3.0", description="Version of this model"
document_version: Literal["4.0.0"] = Field(
"4.0.0", description="Version of this model"
)
dataset: Optional[Dataset] = None
variables: Optional[list[Variable]] = None
Expand Down

0 comments on commit eb1f940

Please sign in to comment.