Package version:
OptionaladditionalControls whether it is allowable for an object to contain additional keys / values that were not defined in the JSON Schema. Default is false.
OptionalpropertiesA JSON-formatted string that defines the output schema's properties and constraints for the model.
OptionalrequiredAn array of the property names that are required to be part of the model's response. All properties must be included for structured outputs.
OptionaltypeType of schema representation. Usually 'object'. Default is 'object'.
Object defining the custom schema the model will use to structure its output.