Initial codex telegram bot source
This commit is contained in:
26
schemas/v2/WindowsWorldWritableWarningNotification.json
Normal file
26
schemas/v2/WindowsWorldWritableWarningNotification.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user