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

13 lines
240 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"effectiveEnabled": {
"type": "boolean"
}
},
"required": [
"effectiveEnabled"
],
"title": "HooksConfigWriteResponse",
"type": "object"
}