@@ -, +, @@ prove api/v1/swagger/definitions/patron.json --- api/v1/swagger/definitions/patron.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/api/v1/swagger/definitions/patron.json +++ a/api/v1/swagger/definitions/patron.json @@ -274,6 +274,18 @@ "lastseen": { "type": ["string", "null"], "description": "last time a patron has been seen (connected at the OPAC or staff interface)" + }, + "lang": { + "type": ["string", "null"], + "description": "lang to use to send notices to this patron" + }, + "login_attempts": { + "type": ["integer", "null"], + "description": "number of failed login attemps" + }, + "overdrive_auth_token": { + "type": ["string", "null"], + "description": "persist OverDrive auth token" } } } --