Skip to content

Commit 61c924f

Browse files
author
Jorgen-5
committed
Revert formatting of stable_identifier_version to date
1 parent 6216bfe commit 61c924f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

generated/python/datadoc_model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ssb-datadoc-model"
3-
version = "8.0.2"
3+
version = "8.0.3"
44
description = "Data Model for use in Statistics Norway's Metadata system"
55
authors = [{ name = "Statistics Norway", email = "[email protected]" }]
66
license = "MIT"

src/datadoc/datadoc-json-schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"document_version": {
1212
"description": "Version of this model",
13-
"const": "6.1.1"
13+
"const": "6.1.2"
1414
},
1515
"dataset": {
1616
"type": "object",
@@ -293,7 +293,6 @@
293293
"title": "Stable identifier version",
294294
"description": "Version of stable identifier the variable was mapped to prior to pseudonymization.",
295295
"$comment": "Only relevant when the variable is mapped to a stable identifier.",
296-
"format": "date"
297296
},
298297
"encryption_algorithm": {
299298
"type": "string",

0 commit comments

Comments
 (0)