Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadBackgroundTerminalsCleanParams.json

13 lines
235 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadBackgroundTerminalsCleanParams",
"type": "object"
}