Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadEnvContainsParams.json
2026-03-27 14:50:08 -04:00

17 lines
276 B
JSON

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