@@ -, +, @@ --- api/v1/definitions/biblio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/api/v1/definitions/biblio.json +++ a/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)" }, --