Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadQueueListParams.json
2026-05-11 01:03:23 -07:00

13 lines
220 B
JSON
Generated

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