mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Add revision-based bootstrap ordering, refresh spawned threads after listener attachment, preserve catalog notifications under in-process backpressure, and correct the generated recency timestamp type.
16 lines
393 B
JSON
Generated
16 lines
393 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"revision": {
|
|
"description": "Highest catalog notification revision published before this subscription was acknowledged.",
|
|
"format": "uint64",
|
|
"minimum": 0.0,
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"revision"
|
|
],
|
|
"title": "ThreadCatalogSubscribeResponse",
|
|
"type": "object"
|
|
} |