mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
17 lines
415 B
JSON
Generated
17 lines
415 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Successful response for `fs/writeFile/open`.",
|
|
"properties": {
|
|
"maxChunkBytes": {
|
|
"description": "Maximum decoded bytes accepted by one write.",
|
|
"format": "uint32",
|
|
"minimum": 0.0,
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"maxChunkBytes"
|
|
],
|
|
"title": "FsWriteFileOpenResponse",
|
|
"type": "object"
|
|
} |