mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
Reference in New Issue
Block a user