Files
codex/codex-rs/app-server-protocol/schema/json/v2/HooksListParams.json
2026-04-26 14:48:00 -07:00

17 lines
356 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cwds": {
"description": "When omitted or empty, defaults to the current session working directory.",
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
}
},
"title": "HooksListParams",
"type": "object"
}