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 Mar 6, 2024
1 parent 52f2cea commit c6bb10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-03-06T10:14:19+00:00
# timestamp: 2024-03-06T11:13:56+00:00

from __future__ import annotations

Expand Down Expand Up @@ -214,7 +214,7 @@ class Dataset(DatadocBaseModel):
)
owner: Optional[str] = Field(
None,
description="Owner of the data set (responsible division in Statistics Norway). See also Classification of organisational units https://www.ssb.no/en/klass/klassifikasjoner/83",
description="Owner of the data set (responsible division in Statistics Norway). Values defined by https://www.ssb.no/en/klass/klassifikasjoner/83",
title="Owner",
)
file_path: Optional[str] = Field(
Expand Down

0 comments on commit c6bb10a

Please sign in to comment.