JSON response format configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseFormatJson", "title": "ResponseFormatJson", "type": "object", "properties": { "type": { "type": "string", "enum": [ "json_object" ] } }, "description": "JSON response format configuration." }