{
  "title": "read notification",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.notification.ReadNotificationFilter",
  "type": "object",
  "description": "Request Filter to read a notification",
  "properties": {
    "forceRelease": {
      "type": "boolean",
      "default": false
    }
  },
  "additionalProperties": false
}