mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Update schema to validate {notifications} contains a {links} object with expected properties
This commit is contained in:
@@ -14,7 +14,14 @@
|
|||||||
},
|
},
|
||||||
"links": {
|
"links": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false
|
"properties" : {
|
||||||
|
"last": {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"next" : {
|
||||||
|
"type" : "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"page_size": {"type": "number"},
|
"page_size": {"type": "number"},
|
||||||
"total": {"type": "number"}
|
"total": {"type": "number"}
|
||||||
|
|||||||
Reference in New Issue
Block a user