{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WindowsWorldWritableWarningNotification",
  "type": "object",
  "required": [
    "extraCount",
    "failedScan",
    "samplePaths"
  ],
  "properties": {
    "extraCount": {
      "type": "integer",
      "format": "uint",
      "minimum": 0.0
    },
    "failedScan": {
      "type": "boolean"
    },
    "samplePaths": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}