diff --git a/tests/app/public_contracts/schemas/GET_notifications_return.json b/tests/app/public_contracts/schemas/GET_notifications_return.json index 7939dd8f1..37ecf74e9 100644 --- a/tests/app/public_contracts/schemas/GET_notifications_return.json +++ b/tests/app/public_contracts/schemas/GET_notifications_return.json @@ -14,7 +14,14 @@ }, "links": { "type": "object", - "additionalProperties": false + "properties" : { + "last": { + "type" : "string" + }, + "next" : { + "type" : "string" + } + } }, "page_size": {"type": "number"}, "total": {"type": "number"}