JSON Schema response format. Used to generate structured JSON responses. Learn more about Structured Outputs.

interface ResponseFormatJSONSchema {
    json_schema: JSONSchema;
    type: "json_schema";
}

Properties

Properties

json_schema: JSONSchema

Structured Outputs configuration options, including a JSON Schema.

type: "json_schema"

The type of response format being defined. Always json_schema.