Files
codex-telegram-bot/schemas/v2/ThreadDeletedNotification.json
2026-06-23 11:20:03 +00:00

13 lines
224 B
JSON

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