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