SwaggerCustomDynamicProperties interface

The swagger custom dynamic properties.

Properties

operationId

The operation id to fetch dynamic schema.

parameters

The operation parameters.

valuePath

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]: SwaggerCustomDynamicProperties}

Property Value

{[propertyName: string]: SwaggerCustomDynamicProperties}

valuePath

Json pointer to the dynamic schema on the response body.

valuePath?: string

Property Value

string