OperationParameter interface 
A common interface that all Operation parameter's extend.
Properties
| mapper | The mapper that defines how to validate and serialize this parameter's value. | 
| parameter | The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments. | 
Property Details
mapper
The mapper that defines how to validate and serialize this parameter's value.
mapper: MapperProperty Value
		parameterPath
	 
	The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.
parameterPath: ParameterPath