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