Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadInputActivityParams.json
2026-04-01 00:03:46 +00:00

13 lines
224 B
JSON

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