{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ChatCompletionChoice", "type": "object", "properties": { "index": { "type": "integer" }, "message": { "type": "object" }, "finish_reason": { "type": "string" }, "logprobs": { "type": "['object', 'null']" } } }