SwaggerCustomDynamicSchema interface   
The swagger custom dynamic schema.
Properties
| operation | 
	The operation id to fetch dynamic schema.  | 
| parameters | The operation parameters.  | 
| value | 
	Json pointer to the dynamic schema on the response body.  | 
Property Details
		operationId
	 
	The operation id to fetch dynamic schema.
operationId?: string
				Property Value
string
parameters
The operation parameters.
parameters?: {[propertyName: string]: any}
				Property Value
{[propertyName: string]: any}
		valuePath
	 
	Json pointer to the dynamic schema on the response body.
valuePath?: string
				Property Value
string