From 04f8e4e6193aa67b561aaee36372f264648975bb Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 5 May 2017 10:49:37 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 16497: Add missing field in definitions due to bug 18066 Signed-off-by: Josef Moravec --- 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