Oaskit.Spec.Parameter (oaskit v0.9.0)
View SourceRepresentation of the Parameter Object in OpenAPI Specification.
Summary
Functions
Returns the given parameter with the expected default values for style and explode.
Functions
Returns the given parameter with the expected default values for style and explode.
Default style are:
:formfor query and cookie parameters:simplefor header and path parameters
Default explode is true when the style is :form, false otherwise.
See the specifications for more information.