{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/chatCompletionChoiceCommon", "title": "chatCompletionChoiceCommon", "type": "object", "properties": { "index": { "type": "integer" }, "finish_reason": { "type": "string" } } }