Skip to content

Commit

Permalink
Add a prefix to pseudonymization objects
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Nov 16, 2023
1 parent b9a0089 commit 3dee3d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pseudonymization/pseudonymization-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"$comment": "Version of this Json Schema",
"const": "0.0.1"
},
"dataset": {
"pseudo_dataset": {
"properties": {
"dataset_pseudo_time": {
"title": "Dataset pseudo time",
Expand All @@ -26,7 +26,7 @@
"dataset_pseudo_time"
]
},
"variables": {
"pseudo_variables": {
"type": "array",
"items": [
{
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"required": [
"document_version",
"dataset",
"variables"
"pseudo_dataset",
"pseudo_variables"
]
}

0 comments on commit 3dee3d6

Please sign in to comment.