Skip to content

Commit 7453cbc

Browse files
committed
move pseudonymization_time from variables into pseudo object
1 parent 62b7170 commit 7453cbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/datadoc/datadoc-json-schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,6 @@
241241
"items": {
242242
"type": "object",
243243
"properties": {
244-
"pseudonymization_time": {
245-
"title": "Variable pseudo time",
246-
"description": "Time at which the variable was pseudonymized. In ISO 8601 format.",
247-
"type": "string",
248-
"format": "date-time"
249-
},
250244
"short_name": {
251245
"type": "string",
252246
"title": "Short name",
@@ -303,6 +297,12 @@
303297
"type": "object",
304298
"description": "A pseudonymized variable in the dataset.",
305299
"properties": {
300+
"pseudonymization_time": {
301+
"title": "Variable pseudo time",
302+
"description": "Time at which the variable was pseudonymized. In ISO 8601 format.",
303+
"type": "string",
304+
"format": "date-time"
305+
},
306306
"stable_identifier_type": {
307307
"type": "string",
308308
"title": "Stable identifier type",

0 commit comments

Comments
 (0)