{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ChatCompletionMessage", "type": "object", "properties": { "role": { "type": "string" }, "content": { "type": "string" }, "name": { "type": "string" }, "tool_calls": { "type": "array" }, "tool_call_id": { "type": "string" }, "refusal": { "type": "string" } } }