{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string"},"object":{"type":"string","const":"response"},"created_at":{"type":"number"},"completed_at":{"anyOf":[{"type":"number"},{"type":"null"}]},"model":{"type":"string"},"status":{"type":"string","enum":["in_progress","completed","incomplete","failed"]},"output":{"type":"array","items":{}},"parallel_tool_calls":{"type":"boolean"},"previous_response_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"reasoning":{"anyOf":[{},{"type":"null"}]},"text":{},"tool_choice":{},"tools":{"type":"array","items":{}},"top_p":{"anyOf":[{"type":"number"},{"type":"null"}]},"temperature":{"anyOf":[{"type":"number"},{"type":"null"}]},"instructions":{"anyOf":[{"type":"string"},{"type":"null"}]},"incomplete_details":{"anyOf":[{},{"type":"null"}]},"metadata":{},"store":{"type":"boolean"},"user":{"anyOf":[{"type":"string"},{"type":"null"}]},"error":{"anyOf":[{},{"type":"null"}]},"usage":{"type":"object","properties":{"input_tokens":{"type":"number"},"output_tokens":{"type":"number"},"total_tokens":{"type":"number"},"input_tokens_details":{"type":"object","properties":{"cached_tokens":{"type":"number"}},"required":["cached_tokens"],"additionalProperties":{}},"output_tokens_details":{"type":"object","properties":{"reasoning_tokens":{"type":"number"}},"required":["reasoning_tokens"],"additionalProperties":{}},"cost_in_usd_ticks":{"anyOf":[{"type":"number"},{"type":"null"}]},"num_sources_used":{"type":"number"},"num_server_side_tools_used":{"type":"number"}},"required":["input_tokens","output_tokens","total_tokens"],"additionalProperties":{}}},"required":["id","object","created_at","model","status","output"],"additionalProperties":{}}