@@ -, +, @@ --- api/v1/swagger/definitions/hold.json | 4 ++-- api/v1/swagger/definitions/patron.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/api/v1/swagger/definitions/hold.json +++ a/api/v1/swagger/definitions/hold.json @@ -58,11 +58,11 @@ "description": "the date the hold expires" }, "lowestPriority": { - "type": "integer", + "type": "boolean", "description": "" }, "suspend": { - "type": "integer", + "type": "boolean", "description": "" }, "suspend_until": { --- a/api/v1/swagger/definitions/patron.json +++ a/api/v1/swagger/definitions/patron.json @@ -140,11 +140,11 @@ "description": "date the patron's card is set to expire" }, "gonenoaddress": { - "type": ["integer", "null"], + "type": ["boolean", "null"], "description": "set to 1 if library marked this patron as having an unconfirmed address" }, "lost": { - "type": ["integer", "null"], + "type": ["boolean", "null"], "description": "set to 1 if library marked this patron as having lost his card" }, "debarred": { --