@@ -, +, @@ --- api/v1/swagger/definitions/patron.json | 1 + 1 file changed, 1 insertion(+) --- a/api/v1/swagger/definitions/patron.json +++ a/api/v1/swagger/definitions/patron.json @@ -144,6 +144,7 @@ }, "date_renewed": { "type": ["string", "null"], + "format": "date", "description": "date the patron's card was last renewed" }, "incorrect_address": { --