Skip to content

Commit f4deeb8

Browse files
author
Jorgen-5
committed
Update stable id versino
1 parent cc812ac commit f4deeb8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0"
3+
version = "8.0.1"
44
description = "Data Model for use in Statistics Norway's Metadata system"
55
authors = [{ name = "Statistics Norway", email = "metadata@ssb.no" }]
66
license = "MIT"

src/datadoc/datadoc-json-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@
292292
"type": "string",
293293
"title": "Stable identifier version",
294294
"description": "Version of stable identifier the variable was mapped to prior to pseudonymization.",
295-
"$comment": "Only relevant when the variable is mapped to a stable identifier."
295+
"$comment": "Only relevant when the variable is mapped to a stable identifier.",
296+
"format": "date"
296297
},
297298
"encryption_algorithm": {
298299
"type": "string",

0 commit comments

Comments
 (0)