Issue
The defaultOperationParameters name is a bit deceiving - if they actually were defaults, they would be part of the pydantic model and the parameter class could just be instantiated without parameters.
These are rather example values used for templating. A better name could indeed be example_values
Issue
The
defaultOperationParametersname is a bit deceiving - if they actually were defaults, they would be part of the pydantic model and the parameter class could just be instantiated without parameters.These are rather example values used for templating. A better name could indeed be
example_values