Files
boss/docs/protocol-snapshots/codex-app-server/0.135.0-alpha.1/json-schema/v2/WindowsWorldWritableWarningNotification.json
2026-05-31 03:25:30 +08:00

26 lines
478 B
JSON

{
"$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"
}
}
}
}