Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadGoalGetParams.json
2026-04-15 21:28:16 -07:00

13 lines
218 B
JSON

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