Add additionalProperties to links object

This commit is contained in:
Imdad Ahad
2016-09-21 09:47:50 +01:00
parent afd381badf
commit 23998a4d55

View File

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