File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
generated/python/datadoc_model Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: metadata-container-json-schema.json
3- # timestamp: 2025-12-03T08:38:27 +00:00
3+ # timestamp: 2025-12-03T08:52:42 +00:00
44
55from __future__ import annotations
66
@@ -388,8 +388,8 @@ class DatadocMetadata(DatadocBaseModel):
388388 percentage_complete : Optional [int ] = Field (
389389 None , description = "Percentage of obligatory metadata fields populated."
390390 )
391- document_version : Literal ["6.1.0 " ] = Field (
392- "6.1.0 " , description = "Version of this model"
391+ document_version : Literal ["6.1.1 " ] = Field (
392+ "6.1.1 " , description = "Version of this model"
393393 )
394394 dataset : Optional [Dataset ] = None
395395 variables : Optional [list [Variable ]] = None
Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: metadata-container-json-schema.json
3- # timestamp: 2025-12-03T08:38:29 +00:00
3+ # timestamp: 2025-12-03T08:52:44 +00:00
44
55from __future__ import annotations
66
@@ -380,8 +380,8 @@ class DatadocMetadata(DatadocBaseModel):
380380 percentage_complete : Optional [int ] = Field (
381381 None , description = "Percentage of obligatory metadata fields populated."
382382 )
383- document_version : Literal ["6.1.0 " ] = Field (
384- "6.1.0 " , description = "Version of this model"
383+ document_version : Literal ["6.1.1 " ] = Field (
384+ "6.1.1 " , description = "Version of this model"
385385 )
386386 dataset : Dataset
387387 variables : list [Variable ]
Original file line number Diff line number Diff line change 11[project ]
22name = " ssb-datadoc-model"
3- version = " 8.0.1 "
3+ version = " 8.0.2 "
44description = " Data Model for use in Statistics Norway's Metadata system"
55authors = [{ name = " Statistics Norway" , email = " metadata@ssb.no" }]
66license = " MIT"
Original file line number Diff line number Diff line change 1010 },
1111 "document_version" : {
1212 "description" : " Version of this model" ,
13- "const" : " 6.1.0 "
13+ "const" : " 6.1.1 "
1414 },
1515 "dataset" : {
1616 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments