{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ResponseOutputItem", "type": "object", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "role": { "type": "string" }, "status": { "type": "string" }, "content": { "type": "array" }, "name": { "type": "string" }, "call_id": { "type": "string" }, "arguments": { "type": "string" }, "summary": { "type": "array" } } }