mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03: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"
|
|
} |