Files
codex/codex-rs/app-server-protocol/schema/json/v2/FsWriteFileWriteParams.json
2026-06-09 07:17:12 -07:00

18 lines
368 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Append one complete bounded chunk to an open write handle.",
"properties": {
"dataBase64": {
"type": "string"
},
"handleId": {
"type": "string"
}
},
"required": [
"dataBase64",
"handleId"
],
"title": "FsWriteFileWriteParams",
"type": "object"
}