SwaggerCustomDynamicTreeParameter interface    
The swagger custom dynamic tree parameter.
Properties
| parameter | The parameter reference. | 
| required | Indicates whether the parameter is required. | 
| selected | Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation. | 
| value | The parameter value. | 
Property Details
		parameterReference
	 
	The parameter reference.
parameterReference?: stringProperty Value
string
required
Indicates whether the parameter is required.
required?: booleanProperty Value
boolean
		selectedItemValuePath
	   
	Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation.
selectedItemValuePath?: stringProperty Value
string
value
The parameter value.
value?: anyProperty Value
any