Response format for JSON object responses.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JsonObjectResponseFormat", "title": "JsonObjectResponseFormat", "properties": { "type": { "type": "string", "const": "json_object", "title": "Type", "description": "The type of the response format.", "default": "json_object" } }, "type": "object", "description": "Response format for JSON object responses." }