From 9f13bd7a8095779de0fbfec67f8f65656c11cfc0 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Thu, 16 Mar 2017 14:24:52 +0200 Subject: [PATCH] Bug 18137: (follow-up) Sort definitions.json Before this file grows, we should sort it alphabetically. To test: 1. prove t/db_dependent/api/v1 Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi --- 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 d27167b924..939baa8615 100644 --- a/api/v1/swagger/definitions.json +++ b/api/v1/swagger/definitions.json @@ -2,16 +2,16 @@ "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" }, - "error": { - "$ref": "definitions/error.json" + "holds": { + "$ref": "definitions/holds.json" + }, + "patron": { + "$ref": "definitions/patron.json" } } -- 2.14.1