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

14 lines
300 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Close an open write handle and discard its temporary file.",
"properties": {
"handleId": {
"type": "string"
}
},
"required": [
"handleId"
],
"title": "FsWriteFileCloseParams",
"type": "object"
}