From 23998a4d551b6f7494d344ef510fc29ad3286ef4 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Wed, 21 Sep 2016 09:47:50 +0100 Subject: [PATCH] Add additionalProperties to links object --- .../public_contracts/schemas/GET_notifications_return.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/app/public_contracts/schemas/GET_notifications_return.json b/tests/app/public_contracts/schemas/GET_notifications_return.json index 3c7c23071..709cca9fe 100644 --- a/tests/app/public_contracts/schemas/GET_notifications_return.json +++ b/tests/app/public_contracts/schemas/GET_notifications_return.json @@ -15,16 +15,17 @@ "links": { "type": "object", "properties" : { - "last": { + "prev" : { "type" : "string" }, "next" : { "type" : "string" }, - "prev" : { + "last": { "type" : "string" } - } + }, + "additionalProperties": false }, "page_size": {"type": "number"}, "total": {"type": "number"}