decentralised-dataexchange / automated-data-agreements

This repository contains the specifications for Automated Data Agreement (ADA) Project. The project is part of NGI-eSSIF-Lab that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871932
Apache License 2.0
11 stars 6 forks source link

Adding attribute_category #13

Closed JanLin closed 3 years ago

JanLin commented 3 years ago

Adding attribute_category which is different than attribute_name. Attribute_name is a free descriptive text while attribute_category uses a convention like w3c dpv. Note PrivacyAnt has distinction in their system and in ISO has been called pii_category. See example:

    "attribute_id": "ab3464e8-0630-5f62-9854-3402aef7dfbf",
    "attribute_name": "Test Date",
    "attribute_sensitive": false,
    "attribute_category": "Date"
lalc commented 3 years ago

Is this a mandatory field in iso spec?

JanLin commented 3 years ago

Yes, it is a standard field. This is what is written in ISO and there is discussions to refer directly to W3C DPV. Kantara has an equivalent field.

5.3.5.1 pii_category Description: An explicit list of PII categories to be processed for the specified purpose. The categories shall be defined using language meaningful to the users and consistent with the purposes of processing. The PII categories may be represented implicitly, across all consent records of this type in the consent record handling system. Presence: Required Recommended encoding format: array See ISO/IEC 29184:2020 Clause: None Additional guidance: None