shlink/docs/swagger/definitions/Visit.json

19 lines
332 B
JSON
Raw Normal View History

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