Bug 17607: Fix patron definition in Swagger
[koha.git] / api / v1 / swagger / definitions / patron.json
index a021502..84f298a 100644 (file)
     "updated_on": {
       "type": "string",
       "description": "time of last change could be useful for synchronization with external systems (among others)"
+    },
+    "lastseen": {
+      "type": ["string", "null"],
+      "description": "last time a patron has been seen (connected at the OPAC or staff interface)"
     }
   }
 }