Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadAddCreditsNudgeEmailParams.json
2026-04-10 18:42:59 -07:00

13 lines
231 B
JSON

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