From 3b96c4a005580c8f609aaf36200dc1fe7f846900 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 9 Aug 2016 13:00:03 +0300 Subject: [PATCH] Bug 17007: Fix typo in biblio's Swagger definition By running the test introduced in Bug 17032, we can easily catch issues related to object definitions in Swagger vs. Koha-object's columns. This patch fixes a property typo in biblio.json --- api/v1/definitions/biblio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/definitions/biblio.json b/api/v1/definitions/biblio.json index a3b35b7..aa7c755 100644 --- a/api/v1/definitions/biblio.json +++ b/api/v1/definitions/biblio.json @@ -17,7 +17,7 @@ "type": ["string", "null"], "description": "title (without the subtitle) from the MARC record (245$a in MARC21)" }, - "untitle": { + "unititle": { "type": ["string", "null"], "description": "uniform title (without the subtitle) from the MARC record (240$a in MARC21)" }, -- 1.9.1