forked from privacyradius/gdpr-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
50 lines (50 loc) · 1.1 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"id": "acme",
"name": "Acme",
"description": "CRM & Customer platform for SMBs",
"categories": [
"CRM",
"Customer Support"
],
"iconUrl": "https://pbs.twimg.com/profile_images/922908923207839744/5EZID3tH_400x400.jpg",
"website": "https://www.acmesaas.com",
"countryHQ": "US",
"gdprReadyStatus": "inProgress",
"privacyUrl": "https://www.acmesaas.com/privacy",
"dsarFormUrl": "https://bs.gdprform.io",
"dpaUrl": "https://www.acmesaas.com/dpa",
"subprocessorsUrl": "https://www.acmesaas.com/subprocessors",
"dataCenters": [
"EU"
],
"hostingPartners": [
"AWS",
"Digital Ocean"
],
"contacts": [
{
"type": "DPO",
"name": "John Doe",
"email": "[email protected]",
"region": "EU"
},
{
"type": "DPO",
"name": "Tim Doe",
"email": "[email protected]",
"region": "US"
}
],
"certifications": [
"ISO 27001",
"HIPAA"
],
"dataBreaches": [{
"date": "10/12/2017",
"url": "https://www.beatswtich.com/breach"
}],
"articles": [{
"date": "02/12/2018",
"url": "https://www.beatswtich.com/gdpr"
}]
}