You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to configuration docs for more details.
Option
Description
Values
Default
disallowAdditionalPropertiesIfNotPresent
If false, the 'additionalProperties' implementation (set to true by default) is compliant with the OAS and JSON schema specifications. If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.
false
The 'additionalProperties' implementation is compliant with the OAS and JSON schema specifications.
true
Keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.
true
errorObjectType
Error object type.
null
exceptionPackage
Specify the exception handling package
default
Use stop() for raising exceptions.
rlang
Use rlang package for exceptions.
default
generateWrapper
Generate a wrapper class (single point of access) for the R client. This option only works with httr2 library.
false
hideGenerationTimestamp
Hides the generation timestamp when files are generated.