Files
codex/codex-rs/app-server-protocol/schema/json/v2/InboxUpdateResponse.json
Matthew Zeng da838ef284 update
2026-03-20 11:17:55 -07:00

11 lines
186 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"entry": true
},
"required": [
"entry"
],
"title": "InboxUpdateResponse",
"type": "object"
}