From b6ceeb425252d4227313a436188e21e7687e311b Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 5 May 2017 10:49:37 +0000 Subject: [PATCH] Bug 16497: Add missing field in definitions due to bug 18066 Signed-off-by: Josef Moravec Signed-off-by: Benjamin Rokseth --- api/v1/swagger/definitions/library.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/library.json b/api/v1/swagger/definitions/library.json index e16390c..112dfdd 100644 --- a/api/v1/swagger/definitions/library.json +++ b/api/v1/swagger/definitions/library.json @@ -79,6 +79,10 @@ "opac_info": { "type": ["string", "null"], "description": "HTML that displays in OPAC" + }, + "geolocation": { + "type": ["string", "null"], + "description": "geolocation of your library" } }, "additionalProperties": false, -- 2.1.4