-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathexample.json
58 lines (58 loc) · 1.41 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
51
52
53
54
55
56
57
58
{
"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",
"applicationUrl": "https://app.acmesaas.com",
"twitter": "acmesaas",
"countryHQ": "US",
"gdprReadyStatus": "inProgress",
"privacyUrl": "https://www.acmesaas.com/privacy",
"dsarUrl": "https://acme.gdprform.io",
"dpaUrl": "https://www.acmesaas.com/dpa",
"subprocessorsUrl": "https://www.acmesaas.com/subprocessors",
"dataCenters": [
"EU"
],
"hostingProviders": [
"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.acmesaas.com/breach"
}],
"articles": [{
"date": "02/12/2018",
"url": "https://www.acmesaas.com/gdpr"
}],
"statusUrl": "https://www.acmesaas.com/status",
"statusTwitter": "statusacmesaas",
"integrationsUrl": "https://www.acmesaas.com/integrations",
"gdprUrl": "https://www.acmesaas.com/gdpr",
"verified": true,
"businessModel": ["B2C"]
}