@@ -, +, @@ - Run: $ prove t/db_dependent/api/v1/swagger/definitions.t - Apply the patch - Run: $ prove t/db_dependent/api/v1/swagger/definitions.t - Sigh off :-D --- api/v1/swagger/definitions/patron.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/patron.json +++ a/api/v1/swagger/definitions/patron.json @@ -269,6 +269,10 @@ "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 seed (connected at the OPAC or staff interface)" } } } --