ServiceInputOutputSpecification interface
描述服务的输入和输出的 swagger 2.0 架构。 请参阅 Swagger 规范:http://swagger.io/specification/
属性
description | Swagger 架构的说明。 |
properties | 指定一个集合,该集合包含 Web 服务的每个输入或输出的列架构。 有关详细信息,请参阅 Swagger 规范。 |
title | Swagger 架构的标题。 |
type | swagger 中介绍的实体的类型。 始终为“object”。 |
属性详细信息
description
Swagger 架构的说明。
description?: string
属性值
string
properties
指定一个集合,该集合包含 Web 服务的每个输入或输出的列架构。 有关详细信息,请参阅 Swagger 规范。
properties: {[propertyName: string]: TableSpecification}
属性值
{[propertyName: string]: TableSpecification}
title
Swagger 架构的标题。
title?: string
属性值
string
type
swagger 中介绍的实体的类型。 始终为“object”。
type: string
属性值
string