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

Properties

Properties

json_schema: JSONSchema
type: "json_schema"

The type of response format being defined: json_schema