mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-08-28 09:20:01 -04:00
26 lines
478 B
JSON
26 lines
478 B
JSON
{
|
|
"$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"
|
|
} |