SwaggerCustomDynamicList interface
swagger 自定义动态列表。
属性
| built |
内置作。 |
| items |
响应属性的路径(相对于响应对象,而不是响应正文),其中包含动态值项的数组。 |
| item |
定义项的显示名称的项属性的路径。 |
| item |
定义应使用的值的属性的路径。 |
| operation |
用于提取动态架构的作 ID。 |
| parameters | 参数。 |
属性详细信息
builtInOperation
内置作。
builtInOperation?: string
属性值
string
itemsPath
响应属性的路径(相对于响应对象,而不是响应正文),其中包含动态值项的数组。
itemsPath?: string
属性值
string
itemTitlePath
定义项的显示名称的项属性的路径。
itemTitlePath?: string
属性值
string
itemValuePath
定义应使用的值的属性的路径。
itemValuePath?: string
属性值
string
operationId
用于提取动态架构的作 ID。
operationId?: string
属性值
string
parameters
参数。
parameters?: {[propertyName: string]: SwaggerCustomDynamicProperties}
属性值
{[propertyName: string]: SwaggerCustomDynamicProperties}