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

14 lines
281 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Request metadata for an open read handle.",
"properties": {
"handleId": {
"type": "string"
}
},
"required": [
"handleId"
],
"title": "FsReadFileStatParams",
"type": "object"
}