From 6b2aac72fe95aae92a97ff84ca0d0bf60637b5f7 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Thu, 2 Mar 2017 19:16:47 +0200 Subject: [PATCH] Bug 16497: Sort definitions.json Before this file grows, we should sort it alphabetically. --- api/v1/swagger/definitions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/v1/swagger/definitions.json b/api/v1/swagger/definitions.json index 03b3531..67ff9dd 100644 --- a/api/v1/swagger/definitions.json +++ b/api/v1/swagger/definitions.json @@ -2,19 +2,19 @@ "city": { "$ref": "definitions/city.json" }, - "patron": { - "$ref": "definitions/patron.json" - }, - "holds": { - "$ref": "definitions/holds.json" + "error": { + "$ref": "definitions/error.json" }, "hold": { "$ref": "definitions/hold.json" }, + "holds": { + "$ref": "definitions/holds.json" + }, "library": { "$ref": "definitions/library.json" }, - "error": { - "$ref": "definitions/error.json" + "patron": { + "$ref": "definitions/patron.json" } } -- 1.9.1