Merge · Schema

ResponseFormatJson

JSON response format configuration.

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

merge-responseformatjson-schema.json Raw ↑
{
  "$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."
}