{ "notifications": [ { "at": 1600000000000, "level": "warning", "type": "applicationPackage", "title": "Application package for [app1](https://console.tld/tenant/tenant1/application/app1/prod/instance) has a warning", "messages": [ "Something something deprecated..." ], "application": "app1" }, { "at": 1600000000000, "level": "error", "type": "deployment", "title": "[System test #12](https://console.tld/tenant/tenant1/application/app2/prod/instance/instance1/job/system-test/run/12) for application **app2.instance1** has failed", "messages": [ "Failed to deploy: Node allocation failure" ], "application": "app2", "instance": "instance1", "jobName": "system-test", "runNumber": 12 } ] }