Skip to content

Commit

Permalink
Added new attribute contains_personal_data
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornRoarJoneid authored Feb 12, 2024
1 parent 8352eb7 commit 39bcd1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datadoc/datadoc-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
"description": "Description of the data set's spatial coverage",
"$ref": "./no/languageStringType.json#/languageStringType"
},
"contains_personal_data": {
"title": "Contains personal data",
"description": "Does the dataset contain personal data (true or false)?",
"type": "boolean"
},
"custom_type": {
"title": "Custom type for dataset metadata",
"description": "Extend the DataDoc model by adding custom metadata elements as key-value-pairs (string, array or objects).",
Expand Down Expand Up @@ -204,6 +209,7 @@
"unit_type",
"description",
"subject_field",
"contains_personal_data",
"id",
"owner",
"file_path",
Expand Down

0 comments on commit 39bcd1d

Please sign in to comment.