你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SwaggerCustomDynamicList interface

swagger 自定义动态列表。

属性

builtInOperation

内置作。

itemsPath

响应属性的路径(相对于响应对象,而不是响应正文),其中包含动态值项的数组。

itemTitlePath

定义项的显示名称的项属性的路径。

itemValuePath

定义应使用的值的属性的路径。

operationId

用于提取动态架构的作 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}