mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
26 lines
752 B
JSON
26 lines
752 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"referer": {
|
|
"type": "string",
|
|
"description": "The origin from which the visit was performed"
|
|
},
|
|
"date": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"description": "The date in which the visit was performed"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|