shlink/docs/swagger/definitions/Visit.json
2016-10-22 23:44:14 +02:00

18 lines
332 B
JSON

{
"type": "object",
"properties": {
"referer": {
"type": "string"
},
"date": {
"type": "string",
"format": "date-time"
},
"remoteAddr": {
"type": "string"
},
"userAgent": {
"type": "string"
}
}
}