Skip to content

Commit

Permalink
Updated to support consent standards based on review (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored Sep 26, 2021
1 parent a3f4b19 commit 5865f6f
Showing 1 changed file with 20 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,41 @@
{
"@context": "https://schema.igrant.io/data-agreements/v1",
"data_agreement_id": "d7216cb1-aedb-471e-96f7-7fef51dedb76",
"data_agreement_version": "v1.0",
"data_agreement_template_id": "91be609a-4acd-468f-b37a-0f379893b65c",
"data_agreement_template_version": "v1.0",
"usage_purpose": "Customized shopping experience",
"usage_purpose_description": "Collecting user data for offering custom tailored shopping experience",
"legal_basis": "<consent/legal_obligation/contract/vital_interest/public_task/legitimate_interest>",

"data_policy": {
"policy_URL": "https://clarifyhealth.com/privacy-policy/",
"jurisdiction": "Stockholm, Sweden",
"industry_scope": "Healthcare",
"data_retention_period": "3",
"geographic_restriction": "Europe, Not restricted"
"geographic_restriction": "Europe, Not restricted",
"geo_location": "Europe"
},

"data_sharing": {
"exchange": true,
"role": "<null/issuer/verifier>"
},

"personal_data": {
"attribute_names": ["Name", "Age"]
},

"personal_data":[
{
"attribute_id": "f216cb1-aedb-571e-46f7-2fef51dedb54",
"attribute_name": "Name",
"attribute_mandatory": false,
"attribute_category": "General"
},
{
"attribute_id": "f216cb1-aedb-571e-46f7-2fef51dedb54",
"attribute_name": "Age",
"attribute_mandatory": true,
"attribute_category": "General"
}
],

"dpia": {
"dpia_done": true,
Expand All @@ -32,7 +46,7 @@
"sender_metadata": {
"sender-did": "did:mydata:0:<sender_did_value>",
"preparation-time-stamp": "2021-05-08T08:41:59+0000",
"prepartion_signature": "<signature>",
"prepartion_signature": "<signature>"
},

"recipient_metadata": {
Expand Down

0 comments on commit 5865f6f

Please sign in to comment.