mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Tracked inbox records are returned as the on-disk JSON shape defined by the sort-inbox skill's thread record format.",
|
|
"properties": {
|
|
"data": {
|
|
"items": true,
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"data"
|
|
],
|
|
"title": "InboxListResponse",
|
|
"type": "object"
|
|
} |