Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadCreateApiKeyStartParams.json
2026-04-05 18:07:48 -04:00

13 lines
228 B
JSON

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