Files
codex/codex-rs/hooks/schema/generated/post-compact.command.output.schema.json
2026-06-04 09:23:35 -07:00

30 lines
543 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"continue": {
"default": true,
"type": "boolean"
},
"stopReason": {
"default": null,
"type": [
"string",
"null"
]
},
"suppressOutput": {
"default": false,
"type": "boolean"
},
"systemMessage": {
"default": null,
"type": [
"string",
"null"
]
}
},
"title": "post-compact.command.output",
"type": "object"
}