Skip to content

Commit a7a9d74

Browse files
[GENERATE] Pydantic models from JSON Schema
1 parent 024292f commit a7a9d74

File tree

2 files changed

+4
-4
lines changed
  • generated/python/datadoc_model/datadoc_model

2 files changed

+4
-4
lines changed

generated/python/datadoc_model/datadoc_model/all_optional/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: metadata-container-json-schema.json
3-
# timestamp: 2025-05-21T07:54:59+00:00
3+
# timestamp: 2025-05-23T12:45:42+00:00
44

55
from __future__ import annotations
66

@@ -405,5 +405,5 @@ class DatadocMetadata(DatadocBaseModel):
405405

406406

407407
class MetadataContainer(DatadocBaseModel):
408-
document_version: Literal["1.0.1"] = "1.0.1"
408+
document_version: Literal["1.0.0"] = "1.0.0"
409409
datadoc: Optional[DatadocMetadata] = None

generated/python/datadoc_model/datadoc_model/required/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: metadata-container-json-schema.json
3-
# timestamp: 2025-05-21T07:55:01+00:00
3+
# timestamp: 2025-05-23T12:45:44+00:00
44

55
from __future__ import annotations
66

@@ -397,5 +397,5 @@ class DatadocMetadata(DatadocBaseModel):
397397

398398

399399
class MetadataContainer(DatadocBaseModel):
400-
document_version: Literal["1.0.1"] = "1.0.1"
400+
document_version: Literal["1.0.0"] = "1.0.0"
401401
datadoc: Optional[DatadocMetadata] = None

0 commit comments

Comments
 (0)