responseJsonSchema property

Object? responseJsonSchema
getter/setter pair

When this field is set, response_schema must be omitted and response_mime_type must be set to application/json.

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.Object? responseJsonSchema;