mirror of
https://github.com/openai/codex.git
synced 2026-05-15 08:42:34 +00:00
13 lines
223 B
JSON
Generated
13 lines
223 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"deleted": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"deleted"
|
|
],
|
|
"title": "ThreadQueueDeleteResponse",
|
|
"type": "object"
|
|
} |