Package version:

Interface ResponseFormatJsonSchemaType

The type of response format being defined: json_schema

interface ResponseFormatJsonSchemaType {
    jsonSchema: ResponseFormatJsonSchema;
    type: "json_schema";
}

Properties

Properties

The JSON schema, describing response format.

type

Type