datatype_dictionary.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "jobTitle": {
  3. "path": "Sociality/Profession/JobTitle",
  4. "abbr": ["job", "jobtitle"]
  5. },
  6. "Salary": {
  7. "path": "Sociality/Profession/Salary",
  8. "abbr": ["Salary"]
  9. },
  10. "Interview": {
  11. "path": "Sociality/Profession/Interview",
  12. "abbr": ["Interview"]
  13. },
  14. "MaritalStatus": {
  15. "path": "Sociality/PublicLife/MaritalStatus",
  16. "abbr": ["Marital", "Marr", "MaritalStatus"]
  17. },
  18. "Religion": {
  19. "path": "Sociality/PublicLife/Religion",
  20. "abbr": ["Religion"]
  21. },
  22. "Cookie": {
  23. "path": "Tracking/Device/Cookie",
  24. "abbr": ["Cookie"]
  25. },
  26. "IPAddress": {
  27. "path": "Tracking/Device/IPAddress",
  28. "abbr": ["ipaddr", "IPAddress","ip"]
  29. },
  30. "MacAddress": {
  31. "path": "Tracking/Device/MacAddress",
  32. "abbr": ["MacAddress", "MacAddr"]
  33. },
  34. "EmailAddress": {
  35. "path": "Tracking/Contact/EmailAddress",
  36. "abbr": ["email", "EmailAddr", "EmailAddress"]
  37. },
  38. "PhoneNumber": {
  39. "path": "Tracking/Contact/PhoneNumber",
  40. "abbr": ["phone", "PhoneNum", "PhoneNumber"]
  41. },
  42. "Country": {
  43. "path": "Tracking/Location/Country",
  44. "abbr": ["Country"]
  45. },
  46. "City": {
  47. "path": "Tracking/Location/City",
  48. "abbr": ["City", "hometown", "cities"]
  49. },
  50. "HouseNumber": {
  51. "path": "Tracking/Location/HouseNumber",
  52. "abbr": ["homeNum", "houseNum", "HomeNumber", "housenumber"]
  53. },
  54. "Location": {
  55. "path": "Tracking/Location/Location",
  56. "abbr": ["longitude", "latitude","geocode"]
  57. },
  58. "UserName": {
  59. "path": "PersonalData/Identifying/UserName",
  60. "abbr": ["UserName", "UsrName", "gitname", "git_name", "user_name","host_name","group_name","accountname","name"]
  61. },
  62. "BiometricData": {
  63. "path": "PersonalData/Identifying/BiometricData",
  64. "abbr": ["biometric", "fingerprint"]
  65. },
  66. "PassWord": {
  67. "path": "PersonalData/Identifying/PassWord",
  68. "abbr": ["pswd", "psw", "pwd", "password", "pass_word", "gitpass", "pass"]
  69. },
  70. "key": {
  71. "path": "PersonalData/Identifying/key",
  72. "abbr": ["key"]
  73. },
  74. "Identity": {
  75. "path": "PersonalData/Identifying/Identity",
  76. "abbr": ["Identity", "credential"]
  77. },
  78. "Age": {
  79. "path": "PersonalData/Age",
  80. "abbr": ["age"]
  81. },
  82. "Birthday": {
  83. "path": "PersonalData/Birthday",
  84. "abbr": ["birthyear", "birthday", "birthmonth"]
  85. }
  86. }