mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Add additionalProperties to links object
This commit is contained in:
@@ -15,16 +15,17 @@
|
|||||||
"links": {
|
"links": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"last": {
|
"prev" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"next" : {
|
"next" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"prev" : {
|
"last": {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"page_size": {"type": "number"},
|
"page_size": {"type": "number"},
|
||||||
"total": {"type": "number"}
|
"total": {"type": "number"}
|
||||||
|
|||||||
Reference in New Issue
Block a user