datatype.json 453 B

12345678910111213141516
  1. {
  2. "Sociality": {
  3. "Profession": ["jobTitle", "Salary", "Interview"],
  4. "PublicLife": ["MaritalStatus", "Religion"]
  5. },
  6. "Tracking": {
  7. "Device": ["Cookie", "IPAddress", "MacAddress"],
  8. "Contract": ["EmailAddress", "PhoneNumber"],
  9. "Location": ["Country", "HouseNumber", "City", "Location"]
  10. },
  11. "PersonalData": {
  12. "Identifying": ["UserName", "PassWord", "key", "BiometricData", "Identity"],
  13. "Age": [],
  14. "Birthday": []
  15. }
  16. }