From 8e83fabe2ddb2bd9dc5df18a8455b5a8818f1ebf Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Mon, 19 Feb 2018 09:27:56 +0100 Subject: [PATCH] Awesomesauce new format --- lists/gdpr/list.json | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/lists/gdpr/list.json b/lists/gdpr/list.json index c801614..c836c91 100644 --- a/lists/gdpr/list.json +++ b/lists/gdpr/list.json @@ -9,24 +9,20 @@ ], "notice": [ { - "category": [ - "Person" - ], - "value": [ - { - "en": "processed lawfully, fairly and in a transparent manner in relation to the data subject (‘lawfulness, fairness and transparency’)." - } - ] + "scope": ["attribute", "object"], + "field": ["category", "meta-category"], + "value": ["Person"], + "message": { + "en": "processed lawfully, fairly and in a transparent manner in relation to the data subject (‘lawfulness, fairness and transparency’)." + } }, { - "attribute": [ - "passport-number" - ], - "value": [ - { - "en": "adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed (‘data minimisation’);" - } - ] + "scope": ["attribute"], + "field": ["type"], + "value": ["passport-number"], + "message": { + "en": "adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed (‘data minimisation’);" + } } ] }