Skip to content

Commit

Permalink
Adding attribute_category which is different than attribute_name. Att…
Browse files Browse the repository at this point in the history
…ribute_name is a free descriptive text while attribute_category uses a convention like w3c dpv. (#13)

Signed-off-by: Jan Lindquist <[email protected]>
  • Loading branch information
JanLin authored Nov 11, 2021
1 parent f1f31f3 commit dae86ac
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
{
"attribute_id": "f216cb1-aedb-571e-46f7-2fef51dedb54",
"attribute_name": "Name",
"attribute_sensitive": "True"
"attribute_sensitive": "True",
"attribute_category": "Name"
},
{
"attribute_id": "f216cb1-aedb-571e-46f7-2fef51dedb54",
"attribute_name": "Age",
"attribute_sensitive": "True"
"attribute_sensitive": "True",
"attribute_category": "Age"
}
],
"dpia": {
Expand Down

0 comments on commit dae86ac

Please sign in to comment.