{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChatCompletionResponse", "type": "object", "properties": { "id": { "type": "string" }, "object": { "type": "string" }, "created": { "type": "integer" }, "model": { "type": "string" }, "system_fingerprint": { "type": "string" }, "choices": { "type": "array" } } }