-
Notifications
You must be signed in to change notification settings - Fork 37
/
gdpr.json
90 lines (90 loc) · 2.65 KB
/
gdpr.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"schemaVersion": "2-0-2",
"gdpr": {
"$description": "This document holds instructions related to GDPR-compliance and your application. You are expected to keep this up to date as you work on your app. See https://github.com/stitchfix/eng-wiki/blob/master/architecture-decisions/0010-we-explicitly-track-personal-data-managed-per-application.md for more details.",
"erasure": {
"$description": "This section holds instructions for deleting or obfuscating personal data in the event a client asks for their personal data to be deleted, per the GDPR.",
"Name": {
"Transmetropolitan": [
],
"Private Postgres": [
],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Email": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Postal Address": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"IP address of logged in user": null,
"Device ID of logged in user": null,
"Date of birth": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Photo": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Measurements": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"All other Style Profile Responses": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Free text that could contain personal data": {
"Transmetropolitan": [],
"Private Postgres": [],
"Elasticsearch": null,
"Cache Redis": null,
"memcached": null,
"s3": null,
"Third Parties": {}
},
"Payment Card Information": null,
"Employee Data": null,
"Client ID": {
"Third Parties": {}
}
}
}
}