{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChatCompletionContentPartImageParam", "title": "ChatCompletionContentPartImageParam", "properties": { "image_url": { "$ref": "#/components/schemas/ImageURL" }, "type": { "type": "string", "const": "image_url", "title": "Type" } }, "type": "object", "required": [ "image_url", "type" ], "description": "Learn about [image inputs](https://platform.openai.com/docs/guides/vision)." }