2016-10-22 16:44:14 -05:00
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"referer": {
|
2018-09-13 16:50:09 -05:00
|
|
|
"type": "string",
|
|
|
|
"description": "The origin from which the visit was performed"
|
2016-10-22 16:44:14 -05:00
|
|
|
},
|
|
|
|
"date": {
|
|
|
|
"type": "string",
|
2018-09-13 16:50:09 -05:00
|
|
|
"format": "date-time",
|
|
|
|
"description": "The date in which the visit was performed"
|
2016-10-22 16:44:14 -05:00
|
|
|
},
|
|
|
|
"userAgent": {
|
2018-09-13 16:50:09 -05:00
|
|
|
"type": "string",
|
|
|
|
"description": "The user agent from which the visit was performed"
|
|
|
|
},
|
|
|
|
"visitLocation": {
|
|
|
|
"$ref": "./VisitLocation.json"
|
2016-10-22 16:44:14 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|