{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/chatCompletionResponseObject", "title": "chatCompletionResponseObject", "type": "string", "description": "The object type.", "enum": [ "chat.completion" ], "x-ms-enum": { "name": "ChatCompletionResponseObject", "modelAsString": true, "values": [ { "value": "chat.completion", "description": "The object type is chat completion." } ] } }