Files
codex-telegram-bot/schemas/v2/ThreadGoalGetParams.json
2026-05-25 05:38:32 +00:00

13 lines
218 B
JSON

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