Finally dropped the hashing of the address

This commit is contained in:
Alejandro Celaya
2018-09-14 19:04:40 +02:00
parent ffb54c4f7a
commit 3d0bca2781
3 changed files with 13 additions and 49 deletions

View File

@@ -10,17 +10,17 @@
"format": "date-time",
"description": "The date in which the visit was performed"
},
"remoteAddr": {
"type": "string",
"description": "This value is deprecated and will always be null",
"deprecated": true
},
"userAgent": {
"type": "string",
"description": "The user agent from which the visit was performed"
},
"visitLocation": {
"$ref": "./VisitLocation.json"
},
"remoteAddr": {
"type": "string",
"description": "This value is deprecated and will always be null",
"deprecated": true
}
}
}