pub type ResponseFormatJsonSchemaSchema = IndexMap<String, Value>;
Expand description
The schema for the response format, described as a JSON Schema object. Learn how to build JSON schemas here.
Aliased Typeยง
pub struct ResponseFormatJsonSchemaSchema { /* private fields */ }