GDPR-Transparency-and-Consent-Framework icon indicating copy to clipboard operation
GDPR-Transparency-and-Consent-Framework copied to clipboard

Wrong example for GVL json format

Open yuansi-piao opened this issue 1 year ago • 1 comments

Please check the example in https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20Consent%20string%20and%20vendor%20list%20formats%20v2.md#example-global-vendor-list-json-object. A constraints is 'A Purpose id must not be present in both purposes and legIntPurposes'. But for the vendor with id 1 in the example, its purposes and legIntPurposes both contain purpose 2.

"1":{
     "id": 1,
	   "name": "Vendor Name",
	   "purposes": [1, 2, 3, 9],
	   "specialPurposes": [1],
	   "legIntPurposes": [2],
	   "flexiblePurposes": [1, 2],
	   "features": [1, 2],

This may confuse the reader, I think. Please correct the example if possible.

yuansi-piao avatar Feb 07 '24 10:02 yuansi-piao

Thank you for reporting this. I make that change along with some other pending changes.

HeinzBaumann avatar Feb 07 '24 18:02 HeinzBaumann