From 9f372deb64e7ba6e22d533851b9537fd20625bf9 Mon Sep 17 00:00:00 2001 From: Jan Lindquist Date: Thu, 28 Oct 2021 14:13:49 +0200 Subject: [PATCH 1/2] modified pii_ to data_ and modified industry_scope to industry_sector --- .../data-agreement-schema/v1/data-agreement-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface-specs/data-agreement-schema/v1/data-agreement-schema.json b/interface-specs/data-agreement-schema/v1/data-agreement-schema.json index 32ce84a..57f1b21 100644 --- a/interface-specs/data-agreement-schema/v1/data-agreement-schema.json +++ b/interface-specs/data-agreement-schema/v1/data-agreement-schema.json @@ -4,12 +4,12 @@ "version": "v1.0", "template_id": "91be609a-4acd-468f-b37a-0f379893b65c", "template_version": "v1.0", - "pii_controller_name": "Happy Shopping AB", - "pii_controller_url": "www.happyshopping.com", + "data_controller_name": "Happy Shopping AB", + "data_controller_url": "www.happyshopping.com", "data_policy": { "policy_URL": "https://happyshoping.com/privacy-policy/", "jurisdiction": "Sweden", - "industry_scope": "Retail", + "industry_sector": "Retail", "data_retention_period": "30", "geographic_restriction": "Europe", "storage_location": "Europe" From 4cf3ebb9f653b8b0eb35bf8b59a0e54d99d36126 Mon Sep 17 00:00:00 2001 From: Jan Lindquist Date: Thu, 28 Oct 2021 14:13:49 +0200 Subject: [PATCH 2/2] modified pii_ to data_ and modified industry_scope to industry_sector Signed-off-by: Jan Lindquist --- .../data-agreement-schema/v1/data-agreement-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface-specs/data-agreement-schema/v1/data-agreement-schema.json b/interface-specs/data-agreement-schema/v1/data-agreement-schema.json index 32ce84a..57f1b21 100644 --- a/interface-specs/data-agreement-schema/v1/data-agreement-schema.json +++ b/interface-specs/data-agreement-schema/v1/data-agreement-schema.json @@ -4,12 +4,12 @@ "version": "v1.0", "template_id": "91be609a-4acd-468f-b37a-0f379893b65c", "template_version": "v1.0", - "pii_controller_name": "Happy Shopping AB", - "pii_controller_url": "www.happyshopping.com", + "data_controller_name": "Happy Shopping AB", + "data_controller_url": "www.happyshopping.com", "data_policy": { "policy_URL": "https://happyshoping.com/privacy-policy/", "jurisdiction": "Sweden", - "industry_scope": "Retail", + "industry_sector": "Retail", "data_retention_period": "30", "geographic_restriction": "Europe", "storage_location": "Europe"