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"}