@@ -, +, @@ --- api/v1/swagger/definitions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/api/v1/swagger/definitions.json +++ a/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" } } --