{ "$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" }