responseJsonSchema property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
When this field is set, response_schema must be omitted and
response_mime_type must be set to application/json.
Deprecated: Use response_format instead.
Optional.
The values for Object must be JSON objects. It can consist of num,
String, bool and null as well as Map and List values.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.Object? responseJsonSchema;