SwaggerCustomDynamicList interface
The swagger custom dynamic list.
Properties
built |
The built in operation. |
items |
The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items. |
item |
The path to an item property which defines the display name of the item. |
item |
The path to a property which defines the value which should be used. |
operation |
The operation id to fetch dynamic schema. |
parameters | The parameters. |
Property Details
builtInOperation
The built in operation.
builtInOperation?: string
Property Value
string
itemsPath
The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items.
itemsPath?: string
Property Value
string
itemTitlePath
The path to an item property which defines the display name of the item.
itemTitlePath?: string
Property Value
string
itemValuePath
The path to a property which defines the value which should be used.
itemValuePath?: string
Property Value
string
operationId
The operation id to fetch dynamic schema.
operationId?: string
Property Value
string
parameters
The parameters.
parameters?: {[propertyName: string]: SwaggerCustomDynamicProperties}
Property Value
{[propertyName: string]: SwaggerCustomDynamicProperties}